|
|
@@ -12,7 +12,7 @@ constexpr const char* __TOKENS[] = {
|
|
|
"+=", "-=", "*=", "/=", "//=",
|
|
|
/** KW_BEGIN **/
|
|
|
"class", "import", "as", "def", "lambda", "pass", "del",
|
|
|
- "None", "in", "is", "and", "or", "not", "True", "False",
|
|
|
+ "None", "in", "is", "and", "or", "not", "True", "False", "global",
|
|
|
"while", "for", "if", "elif", "else", "break", "continue", "return", "assert", "raise",
|
|
|
/** KW_END **/
|
|
|
"is not", "not in",
|