Usage:
python compiler/teenytiny.py <filename>
Example:
python compiler/teenytiny.py hello.teeny
Output:
The compiler will output the C code as out.c. You can compile this with any regular C compiler.
I followed this tutorial to build this BASIC to C compiler. This was done for a university course project.
Credit: https://austinhenley.com/blog/teenytinycompiler1.html