/simple-pascal-compiler

Simple Pascal compiler being built for a university course

Primary LanguageComponent Pascal

Simple Pascal Compiler

This is a simple pascal compiler project for learning the basics of compiler building.

Use make to build the project. make test will run all the tests.