Made a simple code generator that outputs to LLVM IR

This commit is contained in:
Samuel Hammersberg 2023-02-03 16:59:36 +01:00
parent defe409d78
commit 819f4c9406
6 changed files with 123 additions and 154 deletions

View file

@ -12,6 +12,7 @@ build-type: Simple
extra-doc-files: CHANGELOG.md
extra-source-files:
Grammar.cf
@ -38,11 +39,12 @@ executable language
hs-source-dirs: src
build-depends:
base ^>=4.17.0.0
, mtl
, containers
, either
, array
, template-haskell
base >=4.16.0.0
, mtl
, containers
, either
, array
, template-haskell
--, llvm-tf
default-language: GHC2021