forked from xxq250/Nasal-Interpreter
⚡ optimize vm
This commit is contained in:
@@ -26,6 +26,8 @@ void codegen::init_native_function() {
|
||||
load_native_function_table(bits_native);
|
||||
load_native_function_table(coroutine_native);
|
||||
load_native_function_table(flight_gear_native);
|
||||
load_native_function_table(dylib_lib_native);
|
||||
load_native_function_table(unix_lib_native);
|
||||
}
|
||||
|
||||
void codegen::check_id_exist(identifier* node) {
|
||||
|
||||
Reference in New Issue
Block a user