Resources
This page contains links to third-party resources that you may find helpful. If you have suggestions for other resources that your fellow students may find helpful, please let me know.
References
- Decaf Language Reference
- Vim syntax highlighting for Decaf (courtesy of Zamua)
- ILOC Code Reference
- Code review guidelines and rubric
- Eclipse setup tutorial
- Errata - List of discovered typos and mistakes in our textbook
- Mindmap of course topics: (PDF | MM)
Learning Aids
- Rice COMP 412 - Compilers class taught by our textbook authors
- Stanford CS 143 - Another well-respected compilers class (Coursera version)
- RegexPlanet - Regular expression tester (Java)
- RegExr - Regular expression tester (JavaScript, PHP/PCRE)
- RegEx101 - Regular expression tester (JavaScript, PHP/PCRE, Python, Go)
- HackingOff - Regex to NFA to DFA tool
- CyberZHG's toolbox - Regex to NFA to DFA tools
- Grammophone - Context-free grammar tool
- Visitor Design Pattern - Online article about the Visitor design pattern
- Compiler Explorer - Web-based interface for comparing the output of various compilers
Videos
- Chomsky Hierarchy - Computerphile
- Finite Automata - Computerphile
- Grammars - Computerphile
- Finite Automata and Grammars - Computerphile
Project Technologies
- Apache Maven - the build system used by our Decaf project