Fix scope bug, fix parsing bug
This commit is contained in:
@@ -221,7 +221,6 @@ gen_ast(Ast *ast){
|
||||
|
||||
CASE(PACKAGE, Package){
|
||||
For(node->ordered) {
|
||||
genln("");
|
||||
genln("");
|
||||
gen_ast(it);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user