diff options
| author | Mistivia <i@mistivia.com> | 2025-06-19 20:44:11 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-19 20:44:11 +0800 |
| commit | 8e51de8109a682068b4e7ac5f57adf8e450b1415 (patch) | |
| tree | d8fd5c3cf4013652594e2dcb6e2e6d04cdeadb9e /src/interp.h | |
| parent | d14f95e3f093821e5ef9b6b949dc1c269abb513f (diff) | |
cond
Diffstat (limited to 'src/interp.h')
| -rw-r--r-- | src/interp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp.h b/src/interp.h index 96d6b4b..5d408e8 100644 --- a/src/interp.h +++ b/src/interp.h @@ -40,6 +40,7 @@ SExp* Interp_ref(Interp *self, SExpRef ref); void Interp_gc(Interp *self, SExpRef tmp_root); void Interp_add_primitive(Interp *self, const char *name, LispPrimitive fn); +SExpRef primitive_cond(Interp *interp, SExpRef sexp); SExpRef primitive_list(Interp *interp, SExpRef sexp); SExpRef primitive_progn(Interp *interp, SExpRef sexp); SExpRef primitive_setq(Interp *interp, SExpRef sexp); |
