Crate slr_parser[−][src]
Structs
| ConfigString | |
| Error | The error type used throughout this crate. |
| Lexer | A type handling the lexing. |
| Printer | A utility type for printing a configuration element. |
| Source | Annotated representation of the configuration source string. |
| Span | Type representing a certain sub-section of the source. |
| Token |
Enums
| ErrorKind | An enum describing the kind of the error, to allow treating different errors differenly. |
| StringKind | |
| StringQuoteType | |
| TokenKind |
Traits
| Visitor |
Functions
| get_string_quote_type | |
| parse_source |