home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG050.ARK / DISK.DOC < prev    next >
Text File  |  1984-04-29  |  2KB  |  70 lines

  1.  
  2.  
  3. Contents of this disk
  4. =====================
  5.  
  6.  
  7. compare.com    file compare utility from previous CP/M UG disk
  8.         an absolute must for self compiler writers
  9.  
  10. cpmdir.c    V7 UNIX C program to print a CP/M directory on stdout
  11.  
  12. disk.doc    this file
  13.  
  14. eq.pas        prints all solutions to the "eight queens problem"
  15.  
  16. fromcpm.c    V7 UNIX C program to read a CP/M file to standard output
  17.  
  18. fwd.pas        Pascal program illustrating forward procedure declarations
  19.  
  20. hw5.pas        builds an optimal binary search tree and decodes a message
  21.  
  22. hw5data        sample data for above
  23.  
  24. pasyntax.doc    syntax graphs for this Pascal compiler
  25.  
  26. pc.sub        submit file to compile a Pascal program
  27.  
  28. pfet.com    object code of the p-code to 8080 translator
  29.  
  30. pfet.pas    source of above
  31.  
  32. phone.c        C program to print words you can spell with your phone number
  33.  
  34. playkal.pas    Pascal program to determine best moves in game of Kalah
  35.  
  36. playdata    sample data for above
  37.  
  38. pops.doc    documentation on the p-codes used by the compiler
  39.  
  40. powtwo.pas    Pascal program to print negative powers of two
  41.  
  42. ppc.com        object code of Pascal to p-code compiler
  43.  
  44. ppc.doc        users manual for Pascal compiler
  45.  
  46. ppc.pas        source of Pascal compiler
  47.  
  48. pstack.doc    documentation on the run time p-machine stack
  49.  
  50. regen.doc    notes on how to modify and compile the compiler
  51.  
  52. rtp.asm        source for the run time package
  53.  
  54. rtp.com        object of above
  55.  
  56. stirling.pas    Pascal program to print a table of Stirling numbers
  57.  
  58. tester.pas    tests functionality of Pascal compiler
  59.  
  60. validate.sub    submit file to make sure you have a "fertile" compiler
  61.  
  62.  
  63. Both playkal.pas and hw5.pas are solutions to programming assignments
  64. for my computer science classes at the University of Illinos.  They are
  65. included here to show how to build trees when you don't have pointers.
  66. They also illustrate a kludgey way of simulating Pascal records when you
  67. don't have them either.
  68.  
  69. stirling.pas is included to show a kludgey way to do output formatting.
  70.