lumbda/asm
russell@unturf.com 30d7279be2 C: add deep_copy_env, VM frame stack for continuations
asm: fix builtin dispatch, improve apply_proc_raw

C changes: deep_copy_env() for multi-shot continuations,
explicit frame stack in VM for compiled code call/cc support.

asm changes: improved builtin implementations, fixed dispatch paths.

All tests pass: asm 75, C 76+114 functional.
2026-04-15 19:57:17 -04:00
..
Makefile Add asm test suite: 75 tests (unit + integration + functional) 2026-04-15 13:44:36 -04:00
test.sh Add asm test suite: 75 tests (unit + integration + functional) 2026-04-15 13:44:36 -04:00
uncommonlisp Add pure x86_64 assembly Scheme interpreter: 2592 lines, 13KB binary 2026-04-15 12:18:39 -04:00
uncommonlisp.o Add pure x86_64 assembly Scheme interpreter: 2592 lines, 13KB binary 2026-04-15 12:18:39 -04:00
uncommonlisp.s C: add deep_copy_env, VM frame stack for continuations 2026-04-15 19:57:17 -04:00