doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idToken |
Macros | |
#define | TT_STRING 1 |
#define | TT_LITERAL 2 |
#define | TT_NUMBER 3 |
#define | TT_NAME 4 |
#define | TT_PUNCTUATION 5 |
#define | TT_INTEGER 0x00001 |
#define | TT_DECIMAL 0x00002 |
#define | TT_HEX 0x00004 |
#define | TT_OCTAL 0x00008 |
#define | TT_BINARY 0x00010 |
#define | TT_LONG 0x00020 |
#define | TT_UNSIGNED 0x00040 |
#define | TT_FLOAT 0x00080 |
#define | TT_SINGLE_PRECISION 0x00100 |
#define | TT_DOUBLE_PRECISION 0x00200 |
#define | TT_EXTENDED_PRECISION 0x00400 |
#define | TT_INFINITE 0x00800 |
#define | TT_INDEFINITE 0x01000 |
#define | TT_NAN 0x02000 |
#define | TT_IPADDRESS 0x04000 |
#define | TT_IPPORT 0x08000 |
#define | TT_VALUESVALID 0x10000 |