Compilers_Spring_2024 is a repo containing notes and analysis of Compilers
- Compilers 2024
- This course is lead by Prof. Hengfeng Wei @NJU
- Textbook: Compilers: Principles, Techniques, and Tools (the famous "Dragon Book")
- Content: The theoretical part is basically described in the rhythm of the Dragon Book. Including lexical analysis, syntax analysis, semantic analysis, runtime environment, register allocation, code optimization and generation, etc.
- Features: Popular ANTLR (ANother Tool for Language Recognition) v4 programming language parsing generation tool is used to assist teaching, allowing users to focus on the design of lexical or syntax analysis
- tutorial
- the notes and analysis of the lectures
- slide
- the slide of each lecture
- the supplementary papers
- Course Homepage: NJU-Compilers-Spring-2024
- Piazza: NJU-Compilers-Chatting
- Course Online: Bilibili-NJU-Compilers-Spring-2024