mirror of
https://github.com/janet-lang/janet
synced 2025-10-31 23:53:02 +00:00
Support redefinable bindings
This commit is contained in:
@@ -1779,7 +1779,9 @@ typedef enum {
|
||||
JANET_BINDING_NONE,
|
||||
JANET_BINDING_DEF,
|
||||
JANET_BINDING_VAR,
|
||||
JANET_BINDING_MACRO
|
||||
JANET_BINDING_MACRO,
|
||||
JANET_BINDING_DEF_REF,
|
||||
JANET_BINDING_MACRO_REF
|
||||
} JanetBindingType;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user