Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedayisntgray/ramsey-compiler
https://github.com/thedayisntgray/ramsey-compiler
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedayisntgray/ramsey-compiler
- Owner: thedayisntgray
- Created: 2014-09-16T21:44:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T09:23:17.000Z (about 10 years ago)
- Last Synced: 2024-11-29T03:24:51.134Z (25 days ago)
- Language: C++
- Size: 953 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```
----------------------