Core: match sizeof etc. syntax with C, Core RTS: Beautifying + animations
This commit is contained in:
@@ -769,7 +769,7 @@ for i in meta.token_kinds:
|
||||
case TK_At: return "@";
|
||||
case TK_Arrow: return "->";
|
||||
case TK_Polymorph: return "$";
|
||||
case TK_ExprSizeof: return "[SizeOf]";
|
||||
case TK_ExprSizeof: return "[sizeof]";
|
||||
case TK_DocComment: return "[///]";
|
||||
case TK_Comment: return "//";
|
||||
case TK_Identifier: return "[Ident]";
|
||||
|
||||
Reference in New Issue
Block a user