文件名称:gimlh:用于GIML的Haskell解析器
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-07 23:34:47
Haskell
吉姆 用于GIML的Haskell解析器。 安装 cabal install gimlh 用法 import Gimlh getGiml :: FilePath -> IO SimpleGiml getGiml path = do giml <- parseFile path let simplified = simplifyGiml giml return simplifyGiml 文献资料 有三种方法: parseString , parseFile和simplifyGiml parseString将从纯字符串中解析GIML 。 parseFile接受FilePath并将其解析为IO Giml simplifyGiml翻译解析GIML在简单地形成SimplyGiml fetch由给定的密钥获取从简化giml值 fetchG通过给定的密钥从fetchG获取值 va
【文件预览】:
gimlh-master
----.gitignore(22B)
----gimlh.cabal(590B)
----README.md(1KB)
----Setup.hs(46B)
----test()
--------test_file.giml(549B)
--------GimlhHunit.hs(3KB)
--------test_file.yaml(487B)
----LICENSE(1KB)
----src()
--------Gimlh.hs(7KB)
--------Script.hs(140B)
----cabal.sandbox.config(938B)