mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-18 23:56:09 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
45
third_party/lex/parse.h
vendored
Normal file
45
third_party/lex/parse.h
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
#define CHAR 257
|
||||
#define NUMBER 258
|
||||
#define SECTEND 259
|
||||
#define SCDECL 260
|
||||
#define XSCDECL 261
|
||||
#define NAME 262
|
||||
#define PREVCCL 263
|
||||
#define EOF_OP 264
|
||||
#define OPTION_OP 265
|
||||
#define OPT_OUTFILE 266
|
||||
#define OPT_PREFIX 267
|
||||
#define OPT_YYCLASS 268
|
||||
#define OPT_HEADER 269
|
||||
#define OPT_EXTRA_TYPE 270
|
||||
#define OPT_TABLES 271
|
||||
#define CCE_ALNUM 272
|
||||
#define CCE_ALPHA 273
|
||||
#define CCE_BLANK 274
|
||||
#define CCE_CNTRL 275
|
||||
#define CCE_DIGIT 276
|
||||
#define CCE_GRAPH 277
|
||||
#define CCE_LOWER 278
|
||||
#define CCE_PRINT 279
|
||||
#define CCE_PUNCT 280
|
||||
#define CCE_SPACE 281
|
||||
#define CCE_UPPER 282
|
||||
#define CCE_XDIGIT 283
|
||||
#define CCE_NEG_ALNUM 284
|
||||
#define CCE_NEG_ALPHA 285
|
||||
#define CCE_NEG_BLANK 286
|
||||
#define CCE_NEG_CNTRL 287
|
||||
#define CCE_NEG_DIGIT 288
|
||||
#define CCE_NEG_GRAPH 289
|
||||
#define CCE_NEG_LOWER 290
|
||||
#define CCE_NEG_PRINT 291
|
||||
#define CCE_NEG_PUNCT 292
|
||||
#define CCE_NEG_SPACE 293
|
||||
#define CCE_NEG_UPPER 294
|
||||
#define CCE_NEG_XDIGIT 295
|
||||
#define CCL_OP_DIFF 296
|
||||
#define CCL_OP_UNION 297
|
||||
#define BEGIN_REPEAT_POSIX 298
|
||||
#define END_REPEAT_POSIX 299
|
||||
#define BEGIN_REPEAT_FLEX 300
|
||||
#define END_REPEAT_FLEX 301
|
Loading…
Add table
Add a link
Reference in a new issue