Expand description
The modular parser module.
Please refer to to the [parsers] module for a more detailed description of
this type of parser.
Structs§
- Modular
Parser - A convenience interface to the modular parser.
- Parsed
Base - A parser state of a modular parser.
- Parsed
Full - A parser state of a modular parser.
- Parser
- A parser which may be used to parse a
Versionor its discriminants (BaseVersionandFullVersion), incrementally. - Unparsed
- A parser state of a modular parser.
Enums§
- Modular
Parser Error - Errors which may be returned during parsing, by the modular parser.
- Number
Error - An error type for faults relating to parsing and constructing numbers.
Traits§
- Parsed
State - A trait to restrict the state of the
Parserto valid state instances.