Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 434 Bytes

File metadata and controls

9 lines (7 loc) · 434 Bytes

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