This is the repository for Decaf Compiler.
- decaflex: Lexical Analyser
- decafast: Parser
- decafexp: Part of Code Generation
- decafcomp: Final implementation of Decaf Compiler
- For the specification about Decaf, please visit the following link http://anoopsarkar.github.io/compilers-class/decafspec.html
- Note: This project is build on the sample code provided by Dr. Anoop Sarkar in SFU.