comparison ueda/sverp/lexer.h @ 0:cd92449fdb51

initial import of ueda and ifctf-part-lib from ifctfvax CVS
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 20 Jul 2015 00:24:37 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:cd92449fdb51
1 /* tokens */
2 #define WORD 256
3 #define NUMBER 257
4 #define QSTRING 258
5
6 /* limits */
7 #define MAXWORD 63
8 #define MAXDIGITS 5