home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / modula_pp / README < prev   
Encoding:
Text File  |  1986-11-30  |  1.1 KB  |  27 lines

  1. This is a Modula-2 prettyprinter. It takes a valid program from input
  2. and writes a formatted version to output. If it runs into syntax errors
  3. it may stop formatting and copy the rest of the file verbatim.  It
  4. isn't exactly the best example of modularity, but...
  5.  
  6. It uses the standard InOut module. An implementation of this module and
  7. Makefile for the DECWRL compiler under 4.2 BSD is included as an
  8. example.  You may need to make some minor changes for other Modula-2
  9. systems.
  10.  
  11. I wanted to put more stuff in but I got tired of having it around so I
  12. am pushing it out the door. I would be grateful if you would report any
  13. bugs or enhancements so that I can collect and redistribute the
  14. changes.  I have tried to make it as OS independent as possible.
  15. Please remember that Modula-2 runs on many systems. If you make changes
  16. that are specific to a machine/OS, please put the changes in specific
  17. modules or procedures.
  18.  
  19. That is all, I think. Have fun.
  20.  
  21.     Ken Yap
  22.     Dept. of Comp. Sci., U of Rochester
  23.     1st November 1985
  24.  
  25.     UUCP: ..!{seismo,decvax,allegra}!rochester!ken
  26.     ARPA: ken@rochester.arpa
  27.