mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Match statements; Type System change (Type_Record for all sum and product types)
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ void print_ast(AstNode *node, isize indent) {
|
||||
break;
|
||||
case AstNode_Ident:
|
||||
print_indent(indent);
|
||||
print_token(node->Ident.token);
|
||||
print_token(node->Ident);
|
||||
break;
|
||||
case AstNode_ProcLit:
|
||||
print_indent(indent);
|
||||
|
||||
Reference in New Issue
Block a user