at work
This commit is contained in:
8
jlexer.h
8
jlexer.h
@@ -14,14 +14,6 @@ typedef struct {
|
||||
bool rewind;
|
||||
} jlexer_t;
|
||||
|
||||
#define JLEXCONT_UNDEF 0
|
||||
#define JLEXCONT_WORD 1
|
||||
#define JLEXCONT_BLOCKB 2
|
||||
#define JLEXCONT_BLOCKE 3
|
||||
#define JLEXCONT_SEPAR 4
|
||||
#define JLEXCONT_NUM 5
|
||||
#define JLEXCONT_UNKNOW 6
|
||||
#define JLEXCONT_END 9
|
||||
|
||||
|
||||
#define JLEXTOK_BLOCKB 1
|
||||
|
||||
Reference in New Issue
Block a user