Add a "new" keyword for constructing nullable methodmaps.
This commit is contained in:
@@ -1961,12 +1961,13 @@ const char *sc_tokens[] = {
|
||||
"...", "..", "::",
|
||||
"assert",
|
||||
"*begin", "break",
|
||||
"case", "cellsof", "char", "const", "continue",
|
||||
"case", "cast_to", "cellsof", "char", "const", "continue",
|
||||
"decl", "default", "defined", "delete", "do",
|
||||
"else", "*end", "enum", "exit",
|
||||
"for", "forward", "funcenum", "functag", "function",
|
||||
"goto",
|
||||
"if", "int",
|
||||
"let",
|
||||
"methodmap",
|
||||
"native", "new", "null", "__nullable__",
|
||||
"object", "operator",
|
||||
@@ -1975,7 +1976,7 @@ const char *sc_tokens[] = {
|
||||
"sizeof", "sleep", "static", "stock", "struct", "switch",
|
||||
"tagof", "*then", "this", "typedef",
|
||||
"union",
|
||||
"void",
|
||||
"var", "view_as", "void",
|
||||
"while",
|
||||
"#assert", "#define", "#else", "#elseif", "#emit", "#endif", "#endinput",
|
||||
"#endscript", "#error", "#file", "#if", "#include", "#line", "#pragma",
|
||||
|
||||
Reference in New Issue
Block a user