add integer literal tokenezation

This commit is contained in:
Ilya Rezvov
2018-01-18 16:55:15 -08:00
parent 10011f6fb2
commit 94d2c2f0a3
4 changed files with 40 additions and 49 deletions
+2 -5
View File
@@ -2,7 +2,7 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 3022a4b4ff00047ff39872dae4704b089f179ce1286fc792db423160c88b75f8
-- hash: 1b02a1858ead3517927e9405dabc17ffb37f0df038564d37e8321b18227389ec
name: wasm
version: 0.1.0
@@ -33,12 +33,9 @@ library
alex >=3.1.3
, happy >=1.9.4
exposed-modules:
Language.Wasm.Types
Language.Wasm.Lexer
Language.Wasm.Parser
other-modules:
Language.Wasm
Language.Wasm.Lexer
other-modules:
Paths_wasm
default-language: Haskell2010