Merge remote-tracking branch 'origin/main' into llvm_testing

This commit is contained in:
Samuel Hammersberg 2023-02-12 13:17:45 +01:00
commit 7c1e1d57a0
19 changed files with 448 additions and 73 deletions

View file

@ -31,22 +31,16 @@ executable language
Grammar.Par
Grammar.Print
Grammar.Skel
Grammar.ErrM
Compiler.Compiler
Compiler.StandardLLVMLibrary
Compiler.TH
Compiler.LLVMIr
Interpreter
hs-source-dirs: src
build-depends:
base >=4.16.0.0
, mtl
, containers
, either
, array
, template-haskell
--, llvm-tf
base >=4.16
, mtl
, containers
, either
, array
, extra
default-language: GHC2021