Simple Pascal Interpreter This is done with an awesome series of blog posts https://ruslanspivak.com/lsbasi-part1/ Run tests: pytest test_interpreter.py Run interpreter: ./interpreter.py test.pas See also: https://craftinginterpreters.com/