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-install
cabal update
cabal install cabal
After setting upcabal
, the project can be built withcabal install
. Note that some dependencies, such asyaml
, are resource extensive to build. As a resutl,cabal install
might fail due to exceeding memory limits. In this case, the--ghc-options="+RTS -M1200M
can be used to increase the memory limit.