mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 21:45:44 +08:00
⚡ 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