Add JSON Parser
This commit is contained in:
parent
faaf42e66c
commit
d030bd79c5
3 changed files with 291 additions and 0 deletions
|
@ -19,6 +19,7 @@ depends = base
|
|||
, tailrec
|
||||
, eff
|
||||
, elab-util
|
||||
, sop
|
||||
, ansi
|
||||
, if-unsolved-implicit
|
||||
, c-ffi
|
||||
|
@ -33,6 +34,7 @@ modules = Runner
|
|||
, Parser
|
||||
, Parser.Interface
|
||||
, Parser.Numbers
|
||||
, Parser.JSON
|
||||
|
||||
-- main file (i.e. file to load at REPL)
|
||||
main = Main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue