Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

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