@hackage anansi0.4.8
Simple literate programming preprocessor
Categories
License
GPL-3.0-only
Maintainer
John Millikin <john@john-millikin.com>
Links
Versions
Installation
Dependencies (10)
- base >=4.0 && <5.0
- bytestring >=0.9
- containers >=0.1
- monads-tf >=0.1 && <0.2
- options >=1.0 && <2.0
- parsec >=3.0 && <3.2 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/anansi-hscolour, @hackage/anansi-pandoc
Anansi is a preprocessor for literate programs, in the model of NoWeb or nuweb. Literate programming allows computer code and a human-readable document to be generated from the same source. Compared to NoWeb, Anansi’s primary benefits are the ability to include separate files, and to automatically generate an entire directory tree from a project without having to enumerate each output.
This package is split into a library and an executable. The executable is suitable for simple cases, such as generating basic HTML or LaTeX. The library is useful for users who would like to write their own output formats (called “looms”).