Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedayisntgray/ramsey-compiler


https://github.com/thedayisntgray/ramsey-compiler

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

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]
```
----------------------