3 projects tagged "Literate Programming"
Molly, a MO-dule for LI-terate programming is a simple self-contained, standalone tool written in core Perl (no extra modules). It creates "Folding HTML" documents out of your Literate Source files on the fly, either as a command line utility or via CGI. It implements a new type of "weaver" for Literate Programming, and has its own built-in tangler. Molly uses the Norman Ramsey "noweb" tool markup (with one sanitizing restricion), and can be used with it. It can also be employed as a standalone script for non-programming purposes to keep notes, long documents, even books in "folding HTML" files.
Pipadoc extracts extracts special comments out of source files or plaintext files and let one define rules how to bring them into proper order. This is somewhat similar to Literate Programming, but it puts the emphasis back to the code, since the source is not extracted from a given "literate text", but the documentation is extracted from the source and then the structure of the generated documentation is defined by the programmer. Pipadoc is programming language and documentation system agnostic, all it requires is that the programming language has some kind of line or block comments in one can place doc statements. It provides a plugin system where one can extend functionality. Some plugins for asciidoc, index generation, and verbatim code sections are provided.
A set of utility classes that can be used for Desktop application development.