Skip to content

DougBarnes/Compiler-Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

General Info

  • All 7 Assignments from CS 445 Compilers.
  • Compiler is for the C- programming language.
  • The grammar for this language is provided as a PDF.

Technologies

Project is created with:

  • C++
  • C

Setup

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

About

All 7 Assignments from CS 445 Compilers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published