frontend: add IR generation to compile command

This commit is contained in:
2025-04-15 11:00:48 +01:00
parent 8d462799dd
commit abebdb595a
3 changed files with 67 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ extern enum ivy_status print_ast_node(
case IVY_AST_FOR_LOOP:
case IVY_AST_TRY:
case IVY_AST_RETURN:
case IVY_AST_VAR:
b_puts("[magenta]");
break;
case IVY_AST_OP: