Module error

Source
Expand description

Error type definitions

Structs§

KindDisplay 🔒
ListDisplay 🔒
TokenDescription
Information about a lexed token

Enums§

ParseErrorKind
Parsing error kind

Traits§

LexicalError
An error produced by lexical analysis
TokenExt
Methods provided for all Token implementations

Functions§

error_location
Return the LexerLocation of a lalrpop_util::ParseError

Type Aliases§

ParseError
A parsing error wrapped from lalrpop_util’s error type