Module hime_redist::errors

source ·
Expand description

Module for the definition of lexical and syntactic errors

Structs

Represents the unexpected of the input text while more characters were expected
Represents an incorrect encoding sequence error in the input of a lexer
Represents an unexpected character error in the input stream of a lexer
Represents an unexpected token error in a parser
Represents an entity that can handle lexical and syntactic errors
Represents an iterator over parse errors

Enums

Represents a lexical or syntactic error

Traits

Common trait for data about an error