diff options
| author | Mistivia <i@mistivia.com> | 2025-06-20 15:11:20 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-20 15:11:20 +0800 |
| commit | 815b972460fb83267a719f82afd79c2abaac80cd (patch) | |
| tree | 7dac972705ead6fc29520a9cb91982ef6b0e5c7f /src/primitives.h | |
| parent | f09b34f95134972ecb907dbef0a697f4fcc1abaf (diff) | |
defun
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 1bfe710..787327b 100644 --- a/src/primitives.h +++ b/src/primitives.h @@ -9,5 +9,8 @@ SExpRef primitive_progn(Interp *interp, SExpRef sexp); SExpRef primitive_setq(Interp *interp, SExpRef sexp); SExpRef primitive_let(Interp *interp, SExpRef sexp); SExpRef primitive_while(Interp *interp, SExpRef sexp); +SExpRef primitive_lambda(Interp *interp, SExpRef sexp); +SExpRef primitive_defun(Interp *interp, SExpRef sexp); +SExpRef primitive_function(Interp *interp, SExpRef sexp); #endif |
