Core: match sizeof etc. syntax with C, Core RTS: Beautifying + animations
This commit is contained in:
@@ -192,16 +192,16 @@ void core__stringify(Ast *ast) {
|
||||
} break;
|
||||
|
||||
case AST_TYPE_OF:
|
||||
gen("TypeOf");
|
||||
gen("typeof");
|
||||
goto builtin;
|
||||
case AST_LENGTH_OF:
|
||||
gen("LengthOf");
|
||||
goto builtin;
|
||||
case AST_ALIGN_OF:
|
||||
gen("AlignOf");
|
||||
gen("alignof");
|
||||
goto builtin;
|
||||
case AST_SIZE_OF:
|
||||
gen("SizeOf");
|
||||
gen("sizeof");
|
||||
goto builtin;
|
||||
case AST_RUNTIME_ASSERT:
|
||||
gen("Assert");
|
||||
|
||||
Reference in New Issue
Block a user