diff options
| author | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-21 23:05:40 +0100 |
|---|---|---|
| committer | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-21 23:05:40 +0100 |
| commit | 85e9fef4aa8855b6660ce8c8cc8d6f5fb0d507b6 (patch) | |
| tree | 4155495cac8198ed00539103009275028320fb4f /lisp.h | |
| parent | c3273084cc4b1fa4657a5e52590825fd114841e4 (diff) | |
more pretty printing
Diffstat (limited to 'lisp.h')
| -rw-r--r-- | lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ value *car(value *cons); value *cdr(value *cons); void *print_value(value *val); +void *println_value(value *val); // environments, TODO: make this use hashtable // symbol->val typedef struct env { |
