omegalib
13.1
|
Classes | |
union | YYSTYPE |
Macros | |
#define | TOK_BOOLEAN 258 |
#define | TOK_INTEGER 259 |
#define | TOK_HEX 260 |
#define | TOK_INTEGER64 261 |
#define | TOK_HEX64 262 |
#define | TOK_FLOAT 263 |
#define | TOK_STRING 264 |
#define | TOK_NAME 265 |
#define | TOK_EQUALS 266 |
#define | TOK_NEWLINE 267 |
#define | TOK_ARRAY_START 268 |
#define | TOK_ARRAY_END 269 |
#define | TOK_LIST_START 270 |
#define | TOK_LIST_END 271 |
#define | TOK_COMMA 272 |
#define | TOK_GROUP_START 273 |
#define | TOK_GROUP_END 274 |
#define | TOK_END 275 |
#define | TOK_GARBAGE 276 |
#define | TOK_ERROR 277 |
#define | yystype YYSTYPE /* obsolescent; will be withdrawn */ |
#define | YYSTYPE_IS_DECLARED 1 |
#define | YYSTYPE_IS_TRIVIAL 1 |
Enumerations | |
enum | yytokentype { TOK_BOOLEAN = 258, TOK_INTEGER = 259, TOK_HEX = 260, TOK_INTEGER64 = 261, TOK_HEX64 = 262, TOK_FLOAT = 263, TOK_STRING = 264, TOK_NAME = 265, TOK_EQUALS = 266, TOK_NEWLINE = 267, TOK_ARRAY_START = 268, TOK_ARRAY_END = 269, TOK_LIST_START = 270, TOK_LIST_END = 271, TOK_COMMA = 272, TOK_GROUP_START = 273, TOK_GROUP_END = 274, TOK_END = 275, TOK_GARBAGE = 276, TOK_ERROR = 277 } |
#define TOK_ARRAY_END 269 |
#define TOK_ARRAY_START 268 |
#define TOK_BOOLEAN 258 |
#define TOK_COMMA 272 |
#define TOK_END 275 |
#define TOK_EQUALS 266 |
#define TOK_ERROR 277 |
#define TOK_FLOAT 263 |
#define TOK_GARBAGE 276 |
#define TOK_GROUP_END 274 |
#define TOK_GROUP_START 273 |
#define TOK_HEX 260 |
#define TOK_HEX64 262 |
#define TOK_INTEGER 259 |
#define TOK_INTEGER64 261 |
#define TOK_LIST_END 271 |
#define TOK_LIST_START 270 |
#define TOK_NAME 265 |
#define TOK_NEWLINE 267 |
#define TOK_STRING 264 |
#define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
#define YYSTYPE_IS_DECLARED 1 |
#define YYSTYPE_IS_TRIVIAL 1 |
enum yytokentype |