lexer-error


Vocabulary
lexer

Error description
Thrown when the lexer encounters invalid input. A lexer error wraps an underlying error together with line and column numbers.

Definition

TUPLE: lexer-error line column line-text parsing-words error ;


Methods