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