98e903e7a0
bison, keeping full compatibility with our previous yacc implementation. Also bring the ability to create reentrant parser This fix bin/140309 [1] PR: bin/140309 [1] Submitted by: Philippe Pepiot <ksh@philpep.org> [1] Approved by: des (mentor) MFC after: 1 month
4 lines
56 B
C
4 lines
56 B
C
#define DIGIT 257
|
|
#define LETTER 258
|
|
#define UMINUS 259
|