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