Core: match sizeof etc. syntax with C, Core RTS: Beautifying + animations
This commit is contained in:
8
meta.py
8
meta.py
@@ -84,7 +84,7 @@ token_rest = [
|
||||
["At", "@"],
|
||||
["Arrow", "->"],
|
||||
["Polymorph", "$"],
|
||||
["ExprSizeof", "[SizeOf]"],
|
||||
["ExprSizeof", "[sizeof]"],
|
||||
["DocComment", "[///]"],
|
||||
["Comment", "//"],
|
||||
["Identifier", "[Ident]"],
|
||||
@@ -117,10 +117,10 @@ keywords = [
|
||||
]
|
||||
|
||||
interns = [
|
||||
"TypeOf",
|
||||
"SizeOf",
|
||||
"typeof",
|
||||
"sizeof",
|
||||
"Len",
|
||||
"AlignOf",
|
||||
"alignof",
|
||||
"foreign",
|
||||
"strict",
|
||||
"void",
|
||||
|
||||
Reference in New Issue
Block a user