Summary: | noweb (or nowebm) for literate programming | ||
---|---|---|---|
Product: | New/proposed packages | Reporter: | Ivan Zakharyaschev <imz> |
Component: | Обычный репозиторий | Assignee: | Andrey Cherepanov <cas> |
Status: | NEW --- | QA Contact: | Andrey Cherepanov <cas> |
Severity: | normal | ||
Priority: | P3 | CC: | viy |
Version: | не указана | ||
Hardware: | all | ||
OS: | Linux | ||
URL: | http://www.cs.tufts.edu/~nr/noweb/ |
Description
Ivan Zakharyaschev
2014-12-23 18:30:03 MSK
As for openaxiom, they now use their own implementation of "noweb" -- http://git.altlinux.org/people/real/packages/?p=open-axiom.git;a=blob;f=src/utils/hammer.cc;h=17c5cc736aef635a6d82b09764a59091a11a4ca8;hb=8ed24305a0c4d687c6810aedec6216950778c3e7 : // -- This program implements basic functionalities for untangling // -- algebra source code from the pamphlets. The syntax is that // -- of `noweb'. A chunk definition starts with a pattern // -- <<name>>= on a line by itself, and ends with `@' by itself // -- on a line. A chunk can refer to another chunk through // -- a pattern of the form `<<name>>'. |