1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-21 01:34:49 +00:00

Move missing symbol lookup to compiler

This commit is contained in:
Michael Camilleri
2022-01-24 11:08:33 +09:00
parent d396180939
commit fad0ce3ced
3 changed files with 59 additions and 17 deletions

View File

@@ -84,6 +84,7 @@ void janet_buffer_format(
int32_t argc,
Janet *argv);
Janet janet_next_impl(Janet ds, Janet key, int is_interpreter);
JanetBinding janet_binding_from_entry(Janet entry);
/* Registry functions */
void janet_registry_put(