optimize location info gen in codegen

and refactor lib.nas, add multiple native modules
This commit is contained in:
ValKmjolnir
2023-07-23 23:57:25 +08:00
parent 51a0ef6b0c
commit 788e0026c2
31 changed files with 477 additions and 356 deletions

View File

@@ -10,10 +10,6 @@ bool ast_visitor::visit_call(call* node) {
return true;
}
bool ast_visitor::visit_file_info(file_info* node) {
return true;
}
bool ast_visitor::visit_null_expr(null_expr* node) {
return true;
}