cli, cps interpreter, stack vm, closure-conversion, fixes, tests, LOL
build / build (push) Successful in 7m49s

This commit is contained in:
2026-08-20 01:05:16 -06:00
parent 94b1a5fb45
commit c5f9bf1850
23 changed files with 587 additions and 99 deletions
+5 -4
View File
@@ -25,10 +25,11 @@ brokenWasmTests =
brokenStackifyTests :: List String
brokenStackifyTests =
[ "adder"
, "let-fn"
, "callcc-nested1" -- requires closure-conversion
]
[]
-- [ "adder"
-- , "let-fn"
-- , "callcc-nested1" -- requires closure-conversion
-- ]
root :: IO TestTree
root = do