| ncfa, ncfatop - nML Control Flow Analyzer |
Synopsis
ncfa
ncfatop [ -I lib-dir ] [ -F file ] [ -d ] [ -p ] [ -t ] file
Description
eg. % ncfa file.n
eg. % ncfa -I kb -F kb/kb1.n kb/kb2.n
-I <dir> | Add the given directory to the list of directories searched for typechecked file (.nty). | -F <file>   | Add the given file to the list of files searched for pre-analyzed cfa file (.nfa). |
-d | Print debugging information. |
-p | Print absyn. |
-t | Print time profile information. |
Input to the toplevel can span several lines. It terminates by ;; (a double-semicolon).
eg. % ncfatop
     
nML Control Flow Analyzer, Version 0.9, 08/06/2001, Sukyoung Ryu [ROPAS/KAIST]
     
#
For each location of "e1" in the function application "e1 e2" of the program, nML CFA reports a set of pairs <ftn,loc> of a function name ftn and its declaration place loc. For example,
Restrictions
Report
Download