Defines | |
#define | END_OF_LINE |
#define | END_OF_FILE |
#define | IS_END_OF_LINE (c) |
#define | IS_END_OF_FILE (c) |
#define | IS_IGNORED (c) |
#define | IS_LETTER (c) |
#define | IS_NUMBER (c) |
#define | IS_IDENTIFIER (c) |
#define | IS_PLUS_SIGN (c) |
#define | IS_MINUS_SIGN (c) |
#define | IS_DECIMAL_POINT (c) |
#define | IS_EXPONENT (c) |
Variables | |
const Char* | ScannerTokenNames [] |