This commit is contained in:
2026-05-05 07:29:54 -06:00
parent 9297f9bb8e
commit 84326faf47
7 changed files with 237 additions and 99 deletions

View File

@@ -29,8 +29,12 @@ executable gyehoek
-- cabal-fmt: expand app -Main
other-modules:
Gyehoek.ANF
Gyehoek.GenSym
Gyehoek.QBE
Gyehoek.QBE.Parse
Gyehoek.Scratch
Gyehoek.Syntax
-- other-extensions:
build-depends:
@@ -40,12 +44,14 @@ executable gyehoek
, effectful-plugin
, lens
, megaparsec
, mtl
, prettyprinter
, qbe
, recursion-schemes
, template-haskell
, text
, vector
, generic-lens
hs-source-dirs: app
default-language: GHC2024