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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user