Version: 5.1.2

Parser Tools: lex and yacc-style Parsing

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 Parsers

    3 Converting yacc or bison Grammars

    Index