Made a simple code generator that outputs to LLVM IR
This commit is contained in:
parent
defe409d78
commit
819f4c9406
6 changed files with 123 additions and 154 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue