We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ca1e9 commit 5a8b1ebCopy full SHA for 5a8b1eb
hs-llvm-calc/hs-llvm-calc.cabal
@@ -4,7 +4,7 @@ cabal-version: 1.12
4
--
5
-- see: https://github.com/sol/hpack
6
7
--- hash: 25a1fca31fbd72bc2971111b55752787648ff1232c5fd0c1232922c3f356990c
+-- hash: 0b9845b80b4eed1b2a43290e4d29dc5bec5afee7e04267c1545dd11dfc200146
8
9
name: hs-llvm-calc
10
version: 0.1.0.0
@@ -27,6 +27,7 @@ source-repository head
27
28
library
29
exposed-modules:
30
+ Calc.Compile
31
Calc.Expr
32
Calc.Parse
33
Calc.Pretty
hs-llvm-calc/src/Calc/Compile.hs
@@ -0,0 +1,4 @@
1
+module Calc.Compile where
2
+
3
+import LLVM.AST as AST
+import LLVM.AST.Type as Type
0 commit comments