This is a small basic compiler built to learn how compilers work. It compiles our own dialect of BASIC to C while being written in Python.
It supports:
Numerical variables
Basic arithmetic
If statements
While loops
Print text and numbers
Input numbers
Labels and goto
Comments