1.
grmtools
2.
Quickstart Guide
3.
Lexing
3.1.
Lex compatibility
3.2.
Hand-written lexers
3.3.
Start States
4.
Parsing
4.1.
Yacc compatibility
4.2.
Return types and action code
4.3.
grmtools parsing idioms
4.4.
Error recovery
4.5.
An AST evaluator
5.
Rust Editions
6.
The individual libraries and tools
6.1.
lrpar
6.2.
lrlex
6.3.
nimbleparse
6.4.
cfgrammar
6.5.
lrtable
6.6.
third party
7.
Other Rust parsing tools
Light
Rust
Coal
Navy
Ayu
grmtools
The individual libraries and tools
grmtools
consists of several libraries and command-line tools. The following sections describe each.