add simple types parsing

This commit is contained in:
Ilya Rezvov
2018-01-20 10:43:57 -08:00
parent 56ea29a659
commit 0379522b55
2 changed files with 143 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ library
, happy >=1.9.4
exposed-modules:
Language.Wasm.Lexer
Language.Wasm.Parser
Language.Wasm
other-modules:
Paths_wasm