Expand description
Utilities for nom parsers
Modules§
- error
- Helpers for reporting parsing errors
Macros§
- struct_
parser - Parse struct fields in order using an initializer-like syntax
Functions§
- opcode
- Combinator for productions that use a deterministic opcode
- result_
iterator - Create an iterator that repeatedly executes the parser.