diff options
| author | Mistivia <i@mistivia.com> | 2025-06-20 21:19:25 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-20 21:19:32 +0800 |
| commit | 4fa87778453cb0364cb6fa1c53481484622658f4 (patch) | |
| tree | 96dd407432352959062c2a40e85b1f6f0892c59c /src/primitives.h | |
| parent | 0a6ff7031819b77e978f5c9f99eecb0577179ba7 (diff) | |
and/or/not
Diffstat (limited to 'src/primitives.h')
| -rw-r--r-- | src/primitives.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/primitives.h b/src/primitives.h index 0e6f061..7e6d559 100644 --- a/src/primitives.h +++ b/src/primitives.h @@ -19,5 +19,7 @@ SExpRef primitive_funcall(Interp *interp, SExpRef sexp); SExpRef primitive_apply(Interp *interp, SExpRef sexp); SExpRef primitive_quote(Interp *interp, SExpRef sexp); SExpRef primitive_quasi(Interp *interp, SExpRef sexp); +SExpRef primitive_and(Interp *interp, SExpRef sexp); +SExpRef primitive_or(Interp *interp, SExpRef sexp); #endif |
