mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
Match statements; Type System change (Type_Record for all sum and product types)
This commit is contained in:
@@ -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