Add parsers for numerical values

This commit is contained in:
Nathan McCarty 2025-01-24 16:33:29 -05:00
parent 5a2ffc1058
commit faaf42e66c
3 changed files with 262 additions and 0 deletions

View file

@ -32,6 +32,7 @@ modules = Runner
, Array
, Parser
, Parser.Interface
, Parser.Numbers
-- main file (i.e. file to load at REPL)
main = Main