Popularity
1.6
Stable
Activity
0.0
Stable
0
3
0

Monthly Downloads: 5
Programming language: Haskell
License: MIT License
Tags: Text    

CirruParser alternatives and similar packages

Based on the "Text" category.
Alternatively, view CirruParser alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CirruParser or a related project?

Add another 'Text' Package

README

Cirru Parser in Haskell

Reimplement Cirru Parser in Haskell.

Usage

Docs https://hackage.haskell.org/package/cirru-parser

cabal install cirru-parser
import CirruParser

main = do
  let
    tree = parse "code" "filename"
    simpleTree = pare "code" "filename"
  print $ show tree
  print $ show simpleTree

Develope

Test:

cd src/
runghc main.hs

License

MIT


*Note that all licence references and agreements mentioned in the CirruParser README section above are relevant to that project's source code only.