/ungood

C- compiler written for Translators class @OSU

Primary LanguageHaskellMIT LicenseMIT

ungood

C- compiler written for Translators class @OSU

Download the code

git clone https://github.com/rutgerfarry/ungood.git
cd ungood
stack build

To run the compiler on a C- file, just do

stack exec ungood {cm_filename}