home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / dev / misc / contents next >
Text File  |  1993-12-21  |  2KB  |  50 lines

  1. CWeb        A programming tool that allows you to program top down,
  2.         by splitting your program into many small, and under-
  3.         standable modules which `ctangle' tangles into a compiler 
  4.         understandable file.  By applying `cweave' to the program
  5.         you can produce a pretty-printed listing for processing
  6.         with `TeX'.  This is version 3.0, an update to version
  7.         2.7 on disk number 848.  Includes source.
  8.         Author:  Donald Knuth, Silvio Levy, port by Andreas Scherer
  9.  
  10. Data2Object    Sometimes you want to have a large text file in your code.
  11.         For example a built-in helpfile.  d2o gives an easy way to
  12.         do just that.  It takes the textfile as an argument and
  13.         produces a standard object file.  Includes an option to
  14.         force the data into chip ram for graphics and sound data.
  15.         Version 1.1, binary only.
  16.         Author:  Matthijs Luger
  17.  
  18. FlexCat     FlexCat is a utility like CatComp (which is available for
  19.         registered developers only), KitCat or MakeCat, which
  20.         creates catalogs and source to handle them.  The goal in
  21.         writing FlexCat was to be flexible in the source that is
  22.         created.  This is done by using external template files
  23.         (so called source descriptions) which can be edited by the
  24.         programmer.  Any programming language or individual needs
  25.         can be satisfied.  This is V1.01 (some minor bug fixes)
  26.         and includes examples for Assembler, C and Oberon, an
  27.         example for handling catalogs in Workbench 2.0, german and
  28.         italian catalogs, source and docs in AmigaGuide, Ascii and
  29.         DVI format.
  30.         Author:  Jochen Wiedmann
  31.  
  32. LibraryTimer    GUI based attempt to figure out what library functions
  33.         take most of the processor time in an application, and
  34.         thus what functions should deserve more attention when
  35.         time-optimizing the program.  Does this by patching the
  36.         functions in the selected library, then calling ReadEClock
  37.         in the timer.device before and after the function is
  38.         executed.  Requires OS2.04+. Version 1.1, binary only.
  39.         Author:  Jesper Skov
  40.  
  41. P2C        A tool for translating Pascal programs into C.  It supports
  42.         the following Pascal dialects: HP Pascal, Turbo/UCSD Pascal,
  43.         DEC VAX Pascal, Oregon Software Pascal/2, Macintosh Program-
  44.         mer's Workshop Pascal, Sun/Berkeley Pascal.  Modula-2 syntax
  45.         is also supported.  Most reasonable Pascal programs are con-
  46.         verted into fully functional C which will compile and run
  47.         with no further modifications.  Version 1.20, includes
  48.         source.
  49.         Author:  Dave Gillespie, AMIGA port by Günther Röhrich
  50.