src/tokens.h

changeset 79
2425fa6a4f21
parent 75
bf8c57437231
child 82
841562f5a32f
equal deleted inserted replaced
78:e6d7e32e6481 79:2425fa6a4f21
102 // Generic tokens 102 // Generic tokens
103 tk_symbol, // - 54 103 tk_symbol, // - 54
104 tk_number, // ----- 55 104 tk_number, // ----- 55
105 tk_string, // - 56 105 tk_string, // - 56
106 106
107 last_named_token = (int) tk_symbol - 1, 107 tk_first_named_token = tk_bool,
108 tk_any = INT_MAX 108 tk_last_named_token = (int) tk_symbol - 1,
109 tk_any = INT_MAX
109 }; 110 };
110 111
111 #endif 112 #endif

mercurial