ErrorType#
- class ErrorType#
The possible errors, used in the v_error field
of TokenValue, when the token is a ERROR.
Fields#
- class ErrorType
- DIGIT_RADIX#
Digit beyond radix in a number
- FLOAT_MALFORMED#
Malformed floating point number
- FLOAT_RADIX#
Non-decimal floating point number
- NON_DIGIT_IN_CONST#
Non-digit character in a number
- UNEXP_EOF#
Unexpected end of file
- UNEXP_EOF_IN_COMMENT#
Unterminated comment
- UNEXP_EOF_IN_STRING#
Unterminated string constant
- UNKNOWN#
Unknown error