forked from xxq250/Nasal-Interpreter
✨ optimize location info gen in codegen
and refactor lib.nas, add multiple native modules
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user