A basic and my first attempt at making an interpreter which interprets and executes a program line by line
- https://craftinginterpreters.com/
- https://www.youtube.com/playlist?list=PLZQftyCk7_SdoVexSmwy_tBgs7P0b97yD
- https://ruslanspivak.com/lsbasi-part1/
- numbers and strings
- operations which can be performed between numbers and strings(logical, relational etc)
- variables
- printing to the console
- control flow( if statements, while loops and for loops)
- functions (currently being implemented)
language rules can be found under RULES/langrules.txt
Access the documentation here: Live docs
Or by accessing this folder: DOCS