Module hime_redist::errors [] [src]

Module for the definition of lexical and syntactic errors

Structs

ParseErrorEndOfInput

Represents the unexpected of the input text while more characters were expected

ParseErrorIncorrectEncodingSequence

Represents an incorrect encoding sequence error in the input of a lexer

ParseErrorUnexpectedChar

Represents an unexpected character error in the input stream of a lexer

ParseErrorUnexpectedToken

Represents an unexpected token error in a parser

ParseErrors

Represents an entity that can handle lexical and syntactic errors

ParseErrorsIterator

Represents an iterator over parse errors

Enums

ParseError

Represents a lexical or syntactic error

Traits

ParseErrorDataTrait

Common trait for data about an error