json_parser:Haskell JSON 解析器

时间:2021-06-21 18:03:35
【文件属性】:
文件名称:json_parser:Haskell JSON 解析器
文件大小:6KB
文件格式:ZIP
更新时间:2021-06-21 18:03:35
Haskell JSON 解析器 此解析器使用 Applicative 和新类型 Parser 来解析 JSON。 它要么成功要么失败,返回 Nothing。 请注意,新类型Parser以及SExpr.hs和AParser.hs 中的一些其他代码来自 Brent Yorgey 教授的宾夕法尼亚大学。 如何跑步 Prelude> :l JsonParser.hs [1 of 4] Compiling AParser ( AParser.hs, interpreted ) [2 of 4] Compiling Model ( Model.hs, interpreted ) [3 of 4] Compiling SExpr ( SExpr.hs, interpreted ) [4 of 4] Compiling JsonParser
【文件预览】:
json_parser-master
----AParser.hs(4KB)
----Model.hs(545B)
----JsonParser.hs(4KB)
----explore()
--------FunctorExplore.hs(243B)
--------PatternMatching.hs(186B)
----SExpr.hs(3KB)
----README.md(1KB)

网友评论