from-scratch/stages/lisp0/tests
2026-07-05 04:50:03 +02:00
..
add.l tests and can eval complex programs 2026-07-04 21:40:08 +02:00
atom.l parsing, lifetime management, tests 2026-07-03 02:53:21 +02:00
big-number.l parsing, lifetime management, tests 2026-07-03 02:53:21 +02:00
comment.l comments 2026-07-05 04:50:03 +02:00
define.l fix typeof, progn, eq, debug printing recursing genv 2026-07-05 01:24:45 +02:00
eval.l fix typeof, progn, eq, debug printing recursing genv 2026-07-05 01:24:45 +02:00
if.l tests and can eval complex programs 2026-07-04 21:40:08 +02:00
let.l tests and can eval complex programs 2026-07-04 21:40:08 +02:00
letstar.l tests and can eval complex programs 2026-07-04 21:40:08 +02:00
list.l parsing, lifetime management, tests 2026-07-03 02:53:21 +02:00
pair.l parsing, lifetime management, tests 2026-07-03 02:53:21 +02:00
print.l tests and can eval complex programs 2026-07-04 21:40:08 +02:00
quoted-list.l parsing, lifetime management, tests 2026-07-03 02:53:21 +02:00
string.l tests and can eval complex programs 2026-07-04 21:40:08 +02:00
typeof.l fix typeof aliasing the cons method 2026-07-05 01:58:04 +02:00