|
|
@@ -21,7 +21,7 @@ constexpr const char* kTokens[] = {
|
|
|
"<<", "<<=", ">>", ">>=",
|
|
|
/*****************************************/
|
|
|
".", ",", ":", ";", "#", "(", ")", "[", "]", "{", "}",
|
|
|
- "**", "=", ">", "<", "..", "...", "->", "?", "@", "==", "!=", ">=", "<=",
|
|
|
+ "**", "=", ">", "<", "..", "...", "->", "@", "==", "!=", ">=", "<=",
|
|
|
"++", "--", "~",
|
|
|
/** KW_BEGIN **/
|
|
|
"class", "import", "as", "def", "lambda", "pass", "del", "from", "with", "yield",
|