This is the tool for the CSS that decompiling/compiling to the ".cinnamonroll"/".css" type, wrinte in the haskell use with the Parsec library.
Notes:
In the directory: src/cinnamonroll.lhs
It's the command line tool writen in literate haskell.
Decompile to .cinnamonroll from .css
% ./cinnamonroll.lhs -d source.css
Compile to .css from .cinnamonroll
% ./cinnamonroll.lhs -c source.cinnamonroll
% cabal clean
% cabal configure
% cabal build
% cabal sdist
% cd dist
% cabal install cinnamonroll-A.B.C.tar.gz
Note: A.B.C is the version number in "cinnamonroll-A.B.C.tar.gz" packaged file.
% ghc cinnamonroll.lhs
% ln -s `pwd`/cinnamonroll /usr/local/bin/cinnamonroll
Note: you can install to the other path as you like.
In the directory: src/WRP/CSS.hs
This is the library of the "WRP.CSS". The command line tool require it. This is the entity of the software. You can use it if you need for a your haskell programs.
available implements
planed feature
no plan
(Now Preparing)
GitHub : GitHub
Website : Wonder Rabbit Project
E-Mail : usagi@WonderRabbitProject.net
Facebook: usagi.wrp
Twitter : @USAGI_WRP