A compiler for a subset of BASIC called Tiny-BASIC
Inspired by Austin Henley's Python-based compiler for the same language. Focusing here on the following:
- Lexical analysis
- Syntactic analysis
- Recursive descent parsing
- Abstract syntax tree
- Semantic analysis