Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
ANTLR 3 Code Design
TJP: random place for me to jot down keywords.
Grammar Analysis
API + text interface (i.e., grammar file)
Objects: NFA, DFA, DFAState, NFAState, Grammar
Code Generation
Role of templates, API
DFA generation
Error handling
Syntactic predicates
Optimizations
Automatic tree construction actions
Separating tool from run-time
Packages
org.antlr.
tool
analysis
runtime
|