Expand description
A grammar analyzer and parser generator for almost-context-free languages.
Modules§
- Parser code generation.
- First set computation.
- Analysis of the GLR/LR(k) behaviour of a grammar.
- Data structures representing a grammar.
- Item sets derived from a grammar.
- A lexer for grammar descriptions.
- Representation of a parsing state machine and tree structure.
- A parser for grammar descriptions.
Structs§
- A pretty printer.