Add basic lexenv support
This commit is contained in:
@@ -16,7 +16,9 @@ void lisp_init(void);
|
||||
|
||||
void lisp_shutdown(void);
|
||||
|
||||
DECLARE_FUNCTION(eval, (LispVal * form));
|
||||
DECLARE_FUNCTION(eval, (LispVal * form, LispVal *lexenv));
|
||||
DECLARE_FUNCTION(progn, (LispVal * forms));
|
||||
DECLARE_FUNCTION(let, (LispVal * bindings, LispVal *body));
|
||||
|
||||
__attribute__((no_sanitize("address"))) void debug_print(FILE *file,
|
||||
LispVal *obj);
|
||||
|
||||
Reference in New Issue
Block a user