diff options
| author | Mistivia <i@mistivia.com> | 2025-06-20 19:56:30 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-20 19:56:30 +0800 |
| commit | e88146d1f14577c68de8117964c222c754757a84 (patch) | |
| tree | 380f57dff78ee3c898c01c291df96c7a81cac85f /src/primitives.h | |
| parent | 762e68ac1b2b9825b08d11fc00bafbac677d5354 (diff) | |
quasiquote
Diffstat (limited to 'src/primitives.h')
| -rw-r--r-- | src/primitives.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/primitives.h b/src/primitives.h index 010c479..4f481af 100644 --- a/src/primitives.h +++ b/src/primitives.h @@ -16,5 +16,6 @@ SExpRef primitive_function(Interp *interp, SExpRef sexp); 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); #endif |
