Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 497 Bytes

Compiler Design Assignments

Intro

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.

Libs

The astree, string_set, auxlib, and lyutils are modified version of the original files from Wesley Mackey.