Basic order independent decls working
This commit is contained in:
@@ -180,7 +180,7 @@ gen_ast(Ast *ast){
|
||||
switch(ast->kind){
|
||||
|
||||
Ast_Begin(AST_PACKAGE, Ast_Package){
|
||||
For(node->decls) {
|
||||
For(node->ordered) {
|
||||
genln("");
|
||||
gen_ast(*it);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user