The Ramsey Compiler -

The Ramsey-Compiler was designed as part of a semester long class. It was written for a non trivial language that we designed in class. The purpose of this project is to help us understand the theory of compilers and also to create our own implementation of a compiler.

Command Line Arguments

To compile Ramsey using a standard gcc compile type:

g++ scan.cpp
./a.out [filename]