diff options
| author | Mistivia <i@mistivia.com> | 2025-06-20 20:47:27 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-20 20:47:27 +0800 |
| commit | bb59a50ac59b4412ea77e9e25e276b25109808c2 (patch) | |
| tree | fded72c3295c2039de53a16ce8b96a281d0fa44f /src/primitives.h | |
| parent | e88146d1f14577c68de8117964c222c754757a84 (diff) | |
macro
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 4f481af..0e6f061 100644 --- a/src/primitives.h +++ b/src/primitives.h @@ -12,7 +12,9 @@ SExpRef primitive_while(Interp *interp, SExpRef sexp); SExpRef primitive_lambda(Interp *interp, SExpRef sexp); SExpRef primitive_defun(Interp *interp, SExpRef sexp); SExpRef primitive_defvar(Interp *interp, SExpRef sexp); +SExpRef primitive_defmacro(Interp *interp, SExpRef sexp); SExpRef primitive_function(Interp *interp, SExpRef sexp); +SExpRef primitive_macroexpand1(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); |
