Struct menhir_runtime::SyntaxError
[−]
[src]
pub struct SyntaxError<Lexer: Lexer, Parser: LRParser> { /* fields omitted */ }
An unrecoverable syntax error.
Allows to extract the position in the input stream and the automaton state in which the error was detected.