1
0
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:
Calvin Rose
2018-10-21 01:35:07 -04:00
parent c3ba613959
commit 98f2c6feab
8 changed files with 133 additions and 41 deletions
-1
View File
@@ -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 */