home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / pascal / pascal.lst
File List  |  1995-03-20  |  4KB  |  57 lines

  1.     ***********************************************************************
  2.    **        T h e   C r a w l y   C r y p t   C o l l e c t i o n        **
  3.    *                            P r e s e n t s                            *
  4.    **                       Pascal Programming Files                      **
  5.     ***********************************************************************
  6.  
  7. FOREST2   A program that will analyze Pascal source code.  It will list
  8.           variables and your code's modularity (or lack of).  Should work
  9.           equally well with Pure/Turbo source code and OSS/ICD source code.
  10. NOWWHAT5  { OSS/ICD Personal Pascal } A tutorial by David Meile detailing the
  11.           use of GEM menus with Personal Pascal.  Source code examples are
  12.           inbedded within the documentation.
  13. P2CBIN    p2c  --  Dave Gillespie's Pascal-to-C convertor for the Atari ST
  14.           (Ported by Steven Ourada sourada@iastate.edu)  Compiled with GCC
  15.           2.4.5, MiNTlibs 34.  This program is supposed to convert Pascal
  16.           source code to C source code.
  17. PASCALM   { OSS/ICD Personal Pascal } A replacement version of PASCAL.PRG, the
  18.           Pascal environment manager for Personal Pascal.  Contains the shell
  19.           program and it's pascal source code as well as documentation.
  20. PASDOX    { OSS/ICD Personal Pascal } Pascal goodies 1 - A set of text files
  21.           that show how to do numerous things with Personal Pascal.  Covers
  22.           topics too numerous to mention.  Originally from the OSS support BBS.
  23. PASSRC    { OSS/ICD Personal Pascal } Pascal goodies 2 - Several SOURCE
  24.           listings for Personal Pascal programs.  Again, topics covered are too
  25.           numerous to list.  Originally from the OSS support BBS.
  26. PAS_LINA  { OSS/ICD Personal Pascal } Line-A routines written by Devin Cook for
  27.           use with Personal Pascal.  Includes source code , documentation, and
  28.           programs.
  29. PAS_XREF  Pascal source code variable cross referencer.  Analyzes any Pascal
  30.           source code and creates a detailed list of variabless, etc.
  31. PDIAL     { Pure/Turbo Pascal } PDIAL provides "flying dialogs" for the Pure/
  32.           Turbo Pascal programmer.  The docs are in German.
  33. SGEM122P  { Pure/Turbo Pascal } An alternative GEMlibrary for use with
  34.           Application Systems Heidelberg's Pure Pascal
  35. SORTS     { Pure/Turbo Pascal } Complete source code for various sort routines.
  36.           You can see how different sorts work and how they perform compared to
  37.           each other.
  38. SWE_05    { Pure/Turbo Pascal } Keyword Repair - will search through any Pure
  39.           Pascal source code and capitalize all the keywords the same way (for
  40.           example, if you have "WRITELN" and "writeln" in your code and want
  41.           them both to be "WriteLn", this program will do it).  Has a user
  42.           definable "spelling" format file for keyword capitalizations.
  43. TTUTOR1   { Pure/Turbo Pascal } Turbo Pascal Tutorial version 1.01, Set #1 - a
  44.           group of 10 lessons designed to teach how to program using Turbo
  45.           Pascal.  Although originally designed for the IBM Turbo Pascal, it is
  46.           virtually 100% applicable to the ST version of Turbo/Pure Pascal.
  47. TTUTOR2   { Pure/Turbo Pascal } Turbo Pascal Tutorial version 1.01, Set #2 - a
  48.           second set of lessons designed to teach how to program using Turbo
  49.           Pascal.  Although originally designed for the IBM Turbo Pascal, it is
  50.           virtually 100% applicable to the ST version of Turbo/Pure Pascal.
  51. TURBOREF  { Pure/Turbo Pascal } Turbo Pascal quick reference guide - an ASCII
  52.           file that presents all instructions and key words.  Originally for
  53.           the PC version of Turbo but is almost 100% applicable to the ST
  54.           version of Pure.Turbo Pascal.
  55. T_BUBSRT  { Pure/Turbo Pascal } Complete source code for a bubble sort routine.
  56.           You can see how a bubble sort works and how fast it is.
  57.