Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 451 Bytes

README.markdown

File metadata and controls

8 lines (8 loc) · 451 Bytes

Compiler Construction

In this course, we will implement a fully functional compiler for 'Tack', a simple statically-typed programming language invented for this course. See Tack Spec for language spec.

Milestone 1 : Syntax Checker

Milestone 2 : AST generator

Milestone 3 : Semantic Analyzer

Milestone 4 : IR generator

Milestone 5 : Code generator