Reserve many keywords.
This commit is contained in:
+79
-11
@@ -1959,25 +1959,93 @@ const char *sc_tokens[] = {
|
||||
"*=", "/=", "%=", "+=", "-=", "<<=", ">>>=", ">>=", "&=", "^=", "|=",
|
||||
"||", "&&", "==", "!=", "<=", ">=", "<<", ">>>", ">>", "++", "--",
|
||||
"...", "..", "::",
|
||||
"acquire",
|
||||
"as",
|
||||
"assert",
|
||||
"*begin", "break",
|
||||
"case", "cast_to", "cellsof", "char", "const", "continue",
|
||||
"decl", "default", "defined", "delete", "do",
|
||||
"else", "*end", "enum", "exit",
|
||||
"for", "forward", "funcenum", "functag", "function",
|
||||
"*begin",
|
||||
"break",
|
||||
"catch",
|
||||
"case",
|
||||
"cast_to",
|
||||
"cellsof",
|
||||
"char",
|
||||
"const",
|
||||
"continue",
|
||||
"decl",
|
||||
"default",
|
||||
"defined",
|
||||
"delete",
|
||||
"do",
|
||||
"double",
|
||||
"else",
|
||||
"*end",
|
||||
"enum",
|
||||
"exit",
|
||||
"explicit",
|
||||
"finally",
|
||||
"for",
|
||||
"foreach",
|
||||
"forward",
|
||||
"funcenum",
|
||||
"functag",
|
||||
"function",
|
||||
"goto",
|
||||
"if", "int",
|
||||
"if",
|
||||
"implicit",
|
||||
"import",
|
||||
"in",
|
||||
"int",
|
||||
"int8",
|
||||
"int16",
|
||||
"int32",
|
||||
"int64",
|
||||
"interface",
|
||||
"intn",
|
||||
"let",
|
||||
"methodmap",
|
||||
"native", "new", "null", "__nullable__",
|
||||
"object", "operator",
|
||||
"namespace",
|
||||
"native",
|
||||
"new",
|
||||
"null",
|
||||
"__nullable__",
|
||||
"object",
|
||||
"operator",
|
||||
"package",
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
"readonly",
|
||||
"return",
|
||||
"sizeof", "sleep", "static", "stock", "struct", "switch",
|
||||
"tagof", "*then", "this", "typedef", "typeset",
|
||||
"sealed",
|
||||
"sizeof",
|
||||
"sleep",
|
||||
"static",
|
||||
"stock",
|
||||
"struct",
|
||||
"switch",
|
||||
"tagof",
|
||||
"*then",
|
||||
"this",
|
||||
"throw",
|
||||
"try",
|
||||
"typedef",
|
||||
"typeof",
|
||||
"typeset",
|
||||
"uint8",
|
||||
"uint16",
|
||||
"uint32",
|
||||
"uint64",
|
||||
"uintn",
|
||||
"union",
|
||||
"var", "view_as", "void",
|
||||
"using",
|
||||
"var",
|
||||
"variant",
|
||||
"view_as",
|
||||
"virtual",
|
||||
"void",
|
||||
"volatile",
|
||||
"while",
|
||||
"with",
|
||||
"#assert", "#define", "#else", "#elseif", "#emit", "#endif", "#endinput",
|
||||
"#endscript", "#error", "#file", "#if", "#include", "#line", "#pragma",
|
||||
"#tryinclude", "#undef",
|
||||
|
||||
Reference in New Issue
Block a user