CirruParser alternatives and similar packages
Based on the "Text" category.
Alternatively, view CirruParser alternatives based on common mentions on social networks and blogs.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of CirruParser or a related project?
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.