Slide 18
Slide 18 text
ΦϓγϣϯIFMQʹฉ͚
% ./bin/jetspider --help
jetspider [options] {JS_FILE | -e SOURCE}
--dump-tokens Dumps lexical tokens and quit.
--dump-ast Dumps AST and quit.
--dump-semantic Dumps semantic tree and quit.
--dump-object Dumps object file and quit.
-e, --source=TEXT Give source code from option.
--help Prints this message and quit.
% ./bin/jsvm --help
Usage: ./bin/jsvm [options] SOURCE
Options:
-p, --print Executes source and print the last result.
-t, --trace Executes source with tracing.
-d, --disassemble Disassembles source.