Defined in File lexer.h
LexerError
Error codes signifying lexical errors.
Values:
LEXER_ERROR_UNEXPECTED
Unexpected character(s) when lexing.
LEXER_ERROR_EOS
No EOS (end of string) was found.
Contents: