Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

node-basic documentation

Executor

The node-basic executor inputs an AST (abstract syntax tree) representing the BASIC code and executes it. The output is sent through the IOInterface class, which allows the parent package to easily configure where terminal IO and graphical commands go.

  • API reference
  • Examples
  • Creating a custom IO/drawing interface