lumbda/asm
russell@unturf.com a7239ea717 Add asm test suite: 75 tests (unit + integration + functional)
Unit tests (42): arithmetic, comparison, booleans, predicates,
  pairs/lists, and/or — each verifies expected output.
Integration tests (18): special forms, bindings, named-let,
  recursion, higher-order, closures.
Functional tests (15): fib(35), ack(3,4), TCO 100k depth,
  list processing, mutual recursion, closure state, display.

make test-all now runs: Python 571 + C 76 + asm 75 + functional 114.
All pass.
2026-04-15 13:44:36 -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 Add pure x86_64 assembly Scheme interpreter: 2592 lines, 13KB binary 2026-04-15 12:18:39 -04:00