wip: stackify
build / build (push) Successful in 1m30s

This commit is contained in:
2026-08-18 00:16:55 -06:00
parent c4bcf38374
commit d91e059a84
7 changed files with 185 additions and 71 deletions
+2
View File
@@ -6,6 +6,7 @@ import qualified Gyehoek.Test.Golden
import qualified Gyehoek.Test.Sexp
import qualified Gyehoek.Test.CPS.Syntax
import qualified Gyehoek.Test.Stack.VM
import qualified Gyehoek.Test.CPS.Stackify
main :: IO ()
@@ -17,5 +18,6 @@ root = testGroup "test" <$> sequenceA
,-} Gyehoek.Test.Sexp.root
, Gyehoek.Test.CPS.Syntax.root
, Gyehoek.Test.Stack.VM.root
, Gyehoek.Test.CPS.Stackify.root
]