apl: dfn foundation — transpile.sx + apl-eval-ast (+15 tests, 226/226)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m2s

This commit is contained in:
2026-05-07 00:57:59 +00:00
parent 3628a504db
commit 84d210b6b3
4 changed files with 251 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ cat > "$TMPFILE" << 'EPOCHS'
(epoch 1)
(load "spec/stdlib.sx")
(load "lib/apl/runtime.sx")
(load "lib/apl/transpile.sx")
(epoch 2)
(eval "(define apl-test-pass 0)")
(eval "(define apl-test-fail 0)")
@@ -27,6 +28,7 @@ cat > "$TMPFILE" << 'EPOCHS'
(epoch 3)
(load "lib/apl/tests/structural.sx")
(load "lib/apl/tests/operators.sx")
(load "lib/apl/tests/dfn.sx")
(epoch 4)
(eval "(list apl-test-pass apl-test-fail)")
EPOCHS