Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 288 Bytes

File metadata and controls

7 lines (5 loc) · 288 Bytes

node-basic documentation

Parser

The node-basic parser reads BASIC code and outputs an AST (abstract syntax tree) representing the code. This tree can then be executed by the node-basic executor, or converted back to executable code, or to JSON.

  • API reference
  • Examples