| nea, neatop - nML Exception Analyzer |
Synopsis
nea
neatop [ -I lib-dir ] [ -F file ] [ -d ] [ -p ] [ -t ] file
Description
eg. % nea file.n
eg. % nea -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 ea file (.nea). |
-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. % neatop
     
nML Exception Analyzer, Version 0.9, 08/06/2001, Sukyoung Ryu [ROPAS/KAIST]
     
#
For each function of the program, nML EA reports a set of pairs <exn,loc> of an exception exn and its birth (construction, not declaration) place loc. For example,
Restrictions
Papers
Report
Download