Understand the general goals and principle of a compiler, including
the lexer and the parser.
Understand the principles of regular languages (as described
by finite automata and regular expressions) and
of context-free languages (as described by context-gree grammars).
Gain some basic experience developing a compiler with ANTLR.
Understand the basics of code optimization done by compilers.
Assembly and High-level Languages
Understand some of the relations between high-level programming languages and assembly language
Readings
Compiler Development with ANTLR
Development of a simple compiler from scratch using ANTLR
Installing ANTLR
A guide to installing and testing ANTLR
A Simple ANTLR lexer
A example of using ANTLR to implement a simple parser
A simple ANTLR parser
A example of using ANTLR to implement a simple parse
A simple ANTLR compiler
A example of using ANTLR to implement a simple compiler