文件名称:uroboro:具有模式和协同模式匹配的语言的实现
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-23 18:52:12
Haskell
具有模式和协同模式匹配的语言的实现 用法 cabal sandbox init cabal install --jobs --enable-tests cabal test cabal run -- samples/fib.uro -- "fib().head()" 文档 cabal haddock open dist/doc/html/uroboro/index.html 测试 cabal exec -- ghci test/Spec.hs :main :reload cabal exec -- ghci -Wall test/Uroboro/ParserSpec.hs hspec spec
【文件预览】:
uroboro-master
----Paths_uroboro.hs(302B)
----.gitignore(122B)
----executables()
--------uroboro.hs(2KB)
----README.md(465B)
----Setup.hs(46B)
----test()
--------Uroboro()
--------Utils.hs(1KB)
--------Spec.hs(44B)
--------TestMain.hs(743B)
----LICENSE(1KB)
----judgments.tex(4KB)
----src()
--------Uroboro()
----uroboro.cabal(2KB)
----grammar.html(1KB)
----samples()
--------list.uro(579B)
--------prelude.uro(1KB)
--------letrec.uro(249B)
--------fib.uro(740B)
--------cycle.uro(462B)
----.ghci(18B)