As an early start to my CS315 course, I wanted to see if I can implement my own basic programming language. It is written in Python. The language is called "Pill".
The lexer, parser and the interpreter are done.
Variables!
Note: I am directly following this tutorial series which is about implementing a version of BASIC.