Parser Generator
. Some common parser generators
- YACC: Y et A nother C ompiler C ompiler
- Bison: GNU Software
- ANTLR: AN other T ool for L anguage R ecognition
. Yacc/Bison source program specification (accept LALR grammars)
declaration
%%
translation rules
%%
supporting C routines