Add eval
This commit is contained in:
@@ -16,6 +16,8 @@ void lisp_init(void);
|
||||
|
||||
void lisp_shutdown(void);
|
||||
|
||||
DECLARE_FUNCTION(eval, (LispVal * form));
|
||||
|
||||
void debug_print(FILE *file, LispVal *obj);
|
||||
void debug_obj_info(FILE *file, LispVal *obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user