- All 7 Assignments from CS 445 Compilers.
- Compiler is for the C- programming language.
- The grammar for this language is provided as a PDF.
Project is created with:
- C++
- C
To run this project, unzip the folder, navigate to the folder in Bash, and use commands to run the program.
Command | Description |
---|---|
$make |
build the compiler |
$make clean |
clears build |
$make tar |
builds a .tar of all code for submission |
$./c- |
test language one line at a time |
$./c- HelloWorld.c- |
test language on a file |