[−][src]Module n3_parser::error
Many of this code is from: https://github.com/RustPython/RustPython Define internal parse error types The goal is to provide a matching and a safe error API, maksing errors from LALR
Structs
| FStringError | |
| LexicalError | Represents an error during lexical scanning. |
| ParseError | Represents an error during parsing |
Enums
| FStringErrorType | |
| LexicalErrorType | |
| ParseErrorType |