Scott Owens
This documentation assumes familiarity with lex and yacc style lexer and parser generators.
1 Lexers
1.1 Creating a Lexer
1.2 Lexer Abbreviations and Macros
1.3 Lexer SRE Operators
1.4 Lexer Legacy Operators
1.5 Tokens
2 LALR(1) Parsers
3 Context-Free Parsers
4 Converting yacc or bison Grammars
Index