start implementing tought typed AST type

This commit is contained in:
Ilya Rezvov
2018-04-28 13:29:53 -07:00
parent 4601666eab
commit 3b37afed83
2 changed files with 75 additions and 0 deletions
+2
View File
@@ -33,6 +33,7 @@ library
, vector >= 0.12
, ieee754 >= 0.8
, deepseq >= 1.4
, singletons >= 2
build-tools:
alex >=3.1.3
, happy >=1.9.4
@@ -45,6 +46,7 @@ library
Language.Wasm.Interpreter
Language.Wasm.Script
Language.Wasm.FloatUtils
Language.Wasm.AST
Language.Wasm
other-modules:
Paths_wasm