compiler
What is this?
I wrote a compiler for a language similar to C using Lex and Yacc for my CS423 class, back in university. Fond
memories of the sleepless nights I spent on this project have led me to keep it around. Just for kicks, here are the
specifications of the language.
Download
Download the
source.
This version should work on most Linux platforms, as long as Lex and Yacc are installed.