This is a simple compiler written in Pascal, based off Jack Crenshaw's Let's Build a Compiler.
Make sure to have the Pascal compiler installed on your local machine. A free version of the compiler can be found here.
Once installed, compile the program with:
$ fpc *.pp