diff options
| author | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-22 01:42:34 +0100 |
|---|---|---|
| committer | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-22 01:42:34 +0100 |
| commit | 60f27a19aee04582339b312f1c3032009f5560de (patch) | |
| tree | b375644bc0d275af07b97b615cbccf98a3ab9683 /lisp.h | |
| parent | a7a070371bcc10d0dbf94e503650856ac37ed81d (diff) | |
add eq?, make make_nil() function singleton
Diffstat (limited to 'lisp.h')
| -rw-r--r-- | lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ value *builtin_cons(env *e, value *args); value *builtin_car(env *e, value *args); value *builtin_cdr(env *e, value *args); value *builtin_isnull(env *e, value *args); +value *builtin_eq(env *e, value *args); value *builtin_add(env *e, value *args); value *builtin_sub(env *e, value *args); value *builtin_mul(env *e, value *args); |
