mirror of
https://github.com/janet-lang/janet
synced 2026-06-02 02:32:15 +00:00
Add lookups for marshalling and unmarshalling.
Allow generating lookup tables from the current environment.
This commit is contained in:
@@ -332,7 +332,6 @@ static void janet_quick_asm(
|
||||
}
|
||||
memcpy(def->bytecode, bytecode, bytecode_size);
|
||||
janet_def(env, name, janet_wrap_function(janet_thunk(def)));
|
||||
janet_register(name, janet_wrap_function(janet_thunk(def)));
|
||||
}
|
||||
|
||||
/* Macros for easier inline janet assembly */
|
||||
|
||||
Reference in New Issue
Block a user