wip: printer
build / build (push) Successful in 1m33s

This commit is contained in:
2026-08-21 15:01:31 -06:00
parent 6ff01a8607
commit b234a52d4b
40 changed files with 341 additions and 221 deletions
+3 -1
View File
@@ -74,7 +74,7 @@ library
Gyehoek.Wasm
build-depends:
, base ^>=4.21.2.0
, base ^>=4.21.2.0
, binary
, bytestring
, comonad
@@ -97,6 +97,7 @@ library
, ordered-containers
, pretty-simple
, prettyprinter
, prettyprinter-ansi-terminal
, process
, recursion-schemes
, scientific
@@ -127,6 +128,7 @@ test-suite test
Gyehoek.Test.Golden
Gyehoek.Test.Scheme.Syntax
Gyehoek.Test.Sexp
Gyehoek.Test.Sexp.Print
Gyehoek.Test.Stack.VM
Root