Assignments of
CMPS104a, UCSC
Wesley Mackey - Fall 2018
Introduction to the foundations of compiler design,
the project is divided into five parts,
string set, scanner, parser, symbol table & type checking,
and intermediate language.
The astree
, string_set
, auxlib
, and lyutils
are modified version of the original files from Wesley Mackey.