Added a function to load the Standard LLVM library at runtime.
This commit is contained in:
parent
8aaf05bf82
commit
fd64a7e669
4 changed files with 19 additions and 3 deletions
|
|
@ -32,6 +32,7 @@ executable language
|
|||
Grammar.Skel
|
||||
Compiler.Compiler
|
||||
Compiler.StandardLLVMLibrary
|
||||
Compiler.TH
|
||||
Interpreter
|
||||
|
||||
hs-source-dirs: src
|
||||
|
|
@ -42,5 +43,6 @@ executable language
|
|||
, containers
|
||||
, either
|
||||
, array
|
||||
, template-haskell
|
||||
|
||||
default-language: GHC2021
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue