Fix scope bug, fix parsing bug

This commit is contained in:
Krzosa Karol
2022-06-07 13:37:57 +02:00
parent af5865b059
commit d45ee5ec8a
7 changed files with 8 additions and 22 deletions

View File

@@ -221,7 +221,6 @@ gen_ast(Ast *ast){
CASE(PACKAGE, Package){
For(node->ordered) {
genln("");
genln("");
gen_ast(it);
}