Provides an "interface" to all the compiler modules.
compiles a script from string[] to bytecode (in NaFunction[]).
Generates an AST for a script, uses ASTCheck.checkAST on it.
See Source File
Provides an "interface" to all the compiler modules.