Builtin function argument parsing

This commit is contained in:
2026-01-19 23:29:14 -08:00
parent c63b104bc6
commit 243a012d3e
11 changed files with 243 additions and 50 deletions

View File

@ -20,6 +20,7 @@ void lisp_init_stack() {
the_stack.frames->local_refs.blocks[0] =
lisp_malloc(sizeof(struct LocalReferencesBlock));
}
the_stack.nogc_retval = Qnil;
}
static ALWAYS_INLINE void init_stack_frame(struct StackFrame *frame,