Most things seem to be working now, with new benchmarks. Not sure if a small memory leak is now or was there before

This commit is contained in:
Nathan Braswell
2022-06-23 01:00:27 -04:00
parent 04f3b2dbd9
commit ae320ba31b
15 changed files with 177 additions and 92 deletions

View File

@@ -138,7 +138,7 @@
test17 (or false 1 "a" true)
test18 (and 1 "a" nil true)
monad (array 'write 1 "test_self_out2" (vau (written code) (array (or written code) test17 (or false nil 0) (and written code) test18 (and nil 0 false))))
monad (array 'write 1 "test_self_out2" (vau (written code) (array 'exit (or written code) test17 (or false nil 0) (and written code) test18 (and nil 0 false))))
)
monad