fixes to eval
Some checks are pending
Publish Playground / build (push) Waiting to run
Publish Playground / deploy (push) Blocked by required conditions

This commit is contained in:
2026-03-28 16:16:06 -07:00
parent 697c5f2641
commit e2dfe4ec04
6 changed files with 78 additions and 91 deletions

View File

@@ -29,7 +29,7 @@ newt.so: newt.ss prim.ss
chez --script scripts/compile-chez.ss
newt2.ss: newt.so
chez --program newt.ss src/Main.newt -o newt2.ss
time chez --program newt.so src/Main.newt -o newt2.ss
test: newt.js
scripts/test