JSBasic.Compiler.Nodes |
Name | Description |
---|---|
BasicGrammar | This class defines the Grammar for the BASIC language. |
BasicSyntaxErrorException | An error in some BASIC source code. |
CompileResult | |
JavaScriptGenerator | Generates JavaScript code from BASIC source code. |
Utilities | |
VariableIdentifierTerminal | Matches tokens such as "a$", i.e. BASIC variables. |