cons/nil for pair/unit in scheme backend
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled

This commit is contained in:
2026-03-18 17:28:58 -07:00
parent 5eb43f6252
commit cfdddbb002
4 changed files with 11 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ newt3.js: newt2.js
newt.ss: newt.js
$(RUNJS) newt.js src/Main.newt -o newt.ss
newt.so: newt.ss
newt.so: newt.ss prim.ss
chez --script scripts/compile-chez.ss
test: newt.js