Path: utzoo!attcan!uunet!husc6!think!ames!pasteur!ucbvax!decwrl!hplabs!sdcrdcf!trwrb!aero!venera.isi.edu!lmiller From: lmiller@venera.isi.edu (Larry Miller) Newsgroups: comp.lang.pascal Subject: Re: Pascal Pretty Printer Message-ID: <5728@venera.isi.edu> Date: 18 Jun 88 00:31:22 GMT References: <416@tauros.UUCP> Reply-To: lmiller@venera.isi.edu.UUCP (Larry Miller) Organization: Information Sciences Institute, Univ. of So. California Lines: 18 In article <416@tauros.UUCP> treval@tauros.UUCP (Trevor Luker) writes: >g'day > this is yet another begging letter :-) > > I am preparing a set of course notes for (potential) pascal programers. > > It would be nice if I was able to print keywords etc in bold, and > standardise on indenting etc. While I could do this by hand, I am > sure someone out there has a tool that does this (pref Lex / Yacc) > > If you have one, or know of one, can you send me details? > > Thanks, treval You didn't say what you're running on, but if it's a Berkeley 4.3 UNIX system, take a look at vgrind. It does what you want. Larry