Python Interpreter

Published:

As a course project for CS152, we designed an interpreter for a subset of the python language. Antlr4 was used for syntax parsing. Apart from that, everything was handmade.

The tutorial repo is here. And my code is here.