mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
Begin "Everything's a namespace"
This commit is contained in:
@@ -180,7 +180,7 @@ void print_ast(AstNode *node, isize indent) {
|
||||
case AstNode_StructType:
|
||||
print_indent(indent);
|
||||
gb_printf("(struct)\n");
|
||||
print_ast(node->StructType.field_list, indent+1);
|
||||
print_ast(node->StructType.decl_list, indent+1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user