home *** CD-ROM | disk | FTP | other *** search
- .name
- CWeb
- .aminet-dir
- dev/c
- .author
- Donald Knuth
- Silvio Levy
- port by Andreas Scherer
- .version
- 3.3p11
- .reference
- FreshFish-Dec93:New/dev/misc/CWeb/
- 3.0
- AmigaLibDisk848:CWeb/
- 2.7
- .source
- Includes source in C.
- .description
- A programming tool that allows you to program top down, by splitting your
- program into many small, and understandable modules which `ctangle' tangles
- into a compiler understandable file. By applying `cweave' to the program
- you can produce a pretty-printed listing for processing with `TeX'.
- .described-by
- Automatically generated from Contents file by c2pi program.
- .short
- D. Knuth's program documentation system.
- .execute
- set choice `RequestChoice "CWeb" "Please select an option" "View Readme 1" "View Readme 2" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool README TEXT
- endif
-
- if $choice EQ "2"
- MetaTool cweb33p11.readme TEXT
- endif
-