A tool for string rewriting. Documentation is a work in progres. See the examples directory for more information.
This project is built using cabal.
The simplest way to get started with cabal is to run the following.
apt-get install cabal-installcabal updatecabal install cabalAfter setting upcabal, the project can be built withcabal install. Note that some dependencies, such asyaml, are resource extensive to build. As a resutl,cabal installmight fail due to exceeding memory limits. In this case, the--ghc-options="+RTS -M1200Mcan be used to increase the memory limit.