By: Caden Fischer
Class: CSC 446 Compiler Construction
Instructor: Dr. George Hamer
This project is a compiler for a subset of the Ada language. It was built for Compiler Construction.
- g++ - For compilation and linking
- make - For building the project
- (for automated tests) Google Test - For running the testing programs that are not for assignment submissions
To build use make all. The program will be outputted to bin/app. You can execute the application with ./bin/app.