Merge remote-tracking branch 'origin/main' into llvm_testing
This commit is contained in:
commit
7c1e1d57a0
19 changed files with 448 additions and 73 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue