Re: Tools to "prettify" source code

Eric Brown <ericbr@oz.net>
4 Apr 2001 00:23:10 -0400

          From comp.compilers

Related articles
Tools to "prettify" source code michael.stumpfl@jkh.uni-linz.ac.at (Michael Stumpfl) (2001-03-28)
Re: Tools to "prettify" source code idbaxter@semdesigns.com (Ira D. Baxter) (2001-03-31)
Re: Tools to "prettify" source code viola@pp.htv.fi (Pekka Enberg) (2001-03-31)
Re: Tools to "prettify" source code eliotm@pacbell.net (Eliot Miranda) (2001-04-04)
Re: Tools to "prettify" source code perkens@sdm.de (Burkhard Perkens-Golomb) (2001-04-04)
Re: Tools to "prettify" source code ericbr@oz.net (Eric Brown) (2001-04-04)
Re: Re: Tools to "prettify" source code tdk@vushta.com (Timothy Knox) (2001-04-10)
Re: Tools to "prettify" source code marcov@toad.stack.nl (2001-04-10)
Re: Tools to "prettify" source code idbaxter@semdesigns.com (Ira D. Baxter) (2001-04-10)
Re: Tools to "prettify" source code broeker@physik.rwth-aachen.de (Hans-Bernhard Broeker) (2001-04-10)
Re: Tools to "prettify" source code michael.stumpfl@jkh.uni-linz.ac.at (Michael Stumpfl) (2001-04-10)
| List of all articles for this month |

From: Eric Brown <ericbr@oz.net>
Newsgroups: comp.compilers
Date: 4 Apr 2001 00:23:10 -0400
Organization: SB Software
References: 01-03-155
Keywords: tools, comment
Posted-Date: 04 Apr 2001 00:23:09 EDT

michael.stumpfl@jkh.uni-linz.ac.at says...
> I´ve just recently stumbled across this ng, so I'm not sure if my
> problem has already been discussed at full length: Does anybody of you
> know of a tool to "prettify" source code automatically (C++/JAVA)? The
> only difference to "real" compiler would be that no executable is
> output in the end, but a new source file conforming to a previously
> defined style template, e.g.:


Along the same lines, I've been looking for something similar to the
old Unix program tgrind or vgrind - you feed it source code, and out
pops a beautifully formatted document ready to print, in TeX or
(preferably) PostScript. Ideally, the function headers would be in a
larger font, and the headers & footers of the document have the
function being printed, and so forth. I've seen all sorts of literate
programming tools and documentation tools, but for doing a code
review, nothing beats a nicely formatted printout.


Eric


ericbr@oz.REMOVE.net
[What's wrong with vgrind? It's still around. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.