diff options
| author | Mistivia <i@mistivia.com> | 2025-06-20 18:12:25 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-20 18:12:25 +0800 |
| commit | 3cef9f993de2e0380c859d0e0ec88c07bfc3635f (patch) | |
| tree | 7f98824d36d545ed90dd4adc34a3e3d2c7cfc1ff /src/primitives.h | |
| parent | ad580b3401deb4a41ee3a8f17824d136ee5cf38d (diff) | |
finish function
Diffstat (limited to 'src/primitives.h')
| -rw-r--r-- | src/primitives.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/primitives.h b/src/primitives.h index dfd8d2e..010c479 100644 --- a/src/primitives.h +++ b/src/primitives.h @@ -13,5 +13,8 @@ SExpRef primitive_lambda(Interp *interp, SExpRef sexp); SExpRef primitive_defun(Interp *interp, SExpRef sexp); SExpRef primitive_defvar(Interp *interp, SExpRef sexp); 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); #endif |
