Arithmatic
This commit is contained in:
@@ -120,6 +120,8 @@ intptr_t list_length(LispVal *list);
|
||||
// Return true if the length of LIST == SIZE
|
||||
bool list_length_eq(LispVal *list, intptr_t size);
|
||||
|
||||
DECLARE_FUNCTION(consp, (LispVal * val));
|
||||
DECLARE_FUNCTION(atom, (LispVal * val));
|
||||
DECLARE_FUNCTION(cons, (LispVal * car, LispVal *cdr));
|
||||
DECLARE_FUNCTION(car, (LispVal * list));
|
||||
DECLARE_FUNCTION(cdr, (LispVal * list));
|
||||
|
||||
Reference in New Issue
Block a user