home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / c / cweb / product-info < prev    next >
Encoding:
Text File  |  1995-10-03  |  885 b   |  41 lines

  1. .name
  2. CWeb
  3. .aminet-dir
  4. dev/c
  5. .author
  6. Donald Knuth
  7. Silvio Levy
  8. port by Andreas Scherer
  9. .version
  10. 3.3p11
  11. .reference
  12. FreshFish-Dec93:New/dev/misc/CWeb/
  13. 3.0
  14. AmigaLibDisk848:CWeb/
  15. 2.7
  16. .source
  17. Includes source in C.
  18. .description
  19. A programming tool that allows you to program top down, by splitting your
  20. program into many small, and understandable modules which `ctangle' tangles
  21. into a compiler understandable file.  By applying `cweave' to the program
  22. you can produce a pretty-printed listing for processing with `TeX'.
  23. .described-by
  24. Automatically generated from Contents file by c2pi program.
  25. .short
  26. D. Knuth's program documentation system.
  27. .execute
  28. set choice `RequestChoice "CWeb" "Please select an option" "View Readme 1" "View Readme 2" "Cancel"`
  29.  
  30. if $choice EQ "0"
  31.   quit 5
  32. endif
  33.  
  34. if $choice EQ "1"
  35.   MetaTool README TEXT
  36. endif
  37.  
  38. if $choice EQ "2"
  39.   MetaTool cweb33p11.readme TEXT
  40. endif
  41.