Enum LexerError

Enum Documentation

enum LexerError

Error codes signifying lexical errors.

Values:

enumerator LEXER_ERROR_UNEXPECTED

Unexpected character(s) when lexing.

enumerator LEXER_ERROR_EOS

No EOS (end of string) was found.