Nina: automata description language
Top -
How To Use -
References -
Samples: Conata -
download -
日本語
How to use
Translator
Nina traslator generates Nina source code to other target language.
Java, C#, JavaScript are available as a target language.
The target language is specified by #option targetLanguage in definition part.
To start Nina translator, you type the command shown as follows in the command line.
$ java -jar <path to nina.jar>/nina.jar [options] <nina-source-code>
Options shown as follows are available.
- -v, --verbose
- prints detail message.
- --statictics
- outputs statictics of automata.
- --trace
- outputs the trace infomation if parse error is occurred.
- --exception
- outputs exception message if parse error is occurred.
- --xml
- outputs the analysis report in XML.
- --help
- prints help messages.
Yuichiro Moriguchi
yuichiro-moriguchi@nifty.com