Add parsers for numerical values
This commit is contained in:
parent
5a2ffc1058
commit
faaf42e66c
3 changed files with 262 additions and 0 deletions
|
@ -32,6 +32,7 @@ modules = Runner
|
|||
, Array
|
||||
, Parser
|
||||
, Parser.Interface
|
||||
, Parser.Numbers
|
||||
|
||||
-- main file (i.e. file to load at REPL)
|
||||
main = Main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue