Pascallite Compiler
A compiler that uses recursive-descent parsing for a derivitave of the Pascal programming language.
In this project for an undergraduate Algorithmic Languages and Compilers course, I worked with a teammate to implement a compiler that used recursive-descent to compile a derivative of Pascal.