Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

node-basic documentation

Extending the Language

The BASIC interpreter and executor are both designed to be easily modifiable to allow more features to be added. These tutorials will demonstrate ways to modify largely the parser in order to add new commands, functions or constants, operators, or entire statements.

  • Adding a command
  • Adding a function or constant
  • Adding an operator
  • Adding a statement