home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / prolog / 1692 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.1 KB

  1. Path: sparky!uunet!gatech!emory!athena.cs.uga.edu!mcovingt
  2. From: mcovingt@athena.cs.uga.edu (Michael A. Covington)
  3. Newsgroups: comp.lang.prolog
  4. Subject: Re: pretty printer
  5. Message-ID: <1992Sep11.152125.5315@athena.cs.uga.edu>
  6. Date: 11 Sep 92 15:21:25 GMT
  7. References: <1992Sep11.091413.676@tom.rz.uni-passau.de> <4053@keele.keele.ac.uk>
  8. Organization: University of Georgia, Athens
  9. Lines: 20
  10.  
  11. By all means let's work on it!  
  12.  
  13. What we need is, as Paul Singleton says, a parser that parses Prolog and
  14. also preserves white space, or at least comments.
  15.  
  16. I propose:    boldface for functors
  17.               roman for variable names
  18.               Courier for quoted strings ('this' and "this")
  19.               italics for comments
  20.  
  21. Output formats:   LaTeX
  22.                   Word Perfect without header (simple)
  23.                   perhaps others
  24.  
  25. First of all, does someone have the appropriate parser?  It should be a
  26. very minor modification of an ordinary Prolog parser.
  27.  
  28. -- 
  29. + Michael Covington - Artificial Intelligence Programs - U of Georgia - USA 
  30. + Unless otherwise noted, these are private opinions, not official statements.
  31.