Module errors

Source
Expand description

Module with error types reported from this crate.

Structs§

FileSource
SyntaxError
TokenVec
A vector of tokens in a string representation
UnexpectedToken

Enums§

LexerError
ParolError
ParserError

Traits§

Report
Trait for parol’s error reporting

Type Aliases§

Result