Homework materials for CMPT 379. More info at http://anoopsarkar.github.io/compilers-class
upload_number
: set up homework for the leaderboardrmcomments
: remove multi-line comments from C or C++ programslexdemos
: small demo programs to illustrate how to write programs inlex
decaflex
: lexical analyzer for the Decaf programming language which is usually hw1 in the compilers classdecafast
: parser for the Decaf programming language which is usually hw2 in the compilers classdecafexpr
: expression code generation for the Decaf programming language which is usually hw3 in the compilers classdecafcomp
: full compiler including code generation for the Decaf programming language which is usually hw4 in the compilers class