C# (CSharp) JSBasic.Compiler.Nodes Namespace

Classes

Name Description
AssignStmtNode
BinaryOpNode
BranchStmtNode
ExprListNode
ExpressionNode
ForStmtNode
GeneratorHelper
GenericJsBasicNode The base-class for all the AST nodes in JSBasic. This is useful only to hold a reference to all the Children, so that the AST tree can be traversed easily using an iterator.
GlobalFunctionExpr
IfElseStmtNode
InputStmtNode
JSContext A class to hold the current indentation information when compiling JavaScript (e.g. code in while {} statements is indented).
LineNode
LocateStmtNode
NextStmtNode
PrintStmtNode
ProgramNode The root node of a BASIC program.
RemStmtNode
StatementListNode
StatementNode
SwapStmtNode
WendStmtNode
WhileStmtNode