
 $Id: README,v 2.0 1996/12/17 07:55:09 gaertner Exp $


A few hints to the files in this directory:
-------------------------------------------

Makefile		example Makefile for making a
			pretzel prettyprinter (targets see below)

pascal.fg		formatted grammar file for pascal
pascal.ft		formatted tokens file for pascal

[plainpp.c]		[Main program that uses the prettyprinter
			(reads stdin and writes to stdout).]
			-> moved to ../../main

wurzel.pas		a few pascal examples
gauss.pas
ml.pas
nice.pas

pprinted.tex		TeX code output by the pretzel prettyprinter

frame.tex		A TeX file that can be used as a frame
			for the prettyprinted text (it includes
			pprinted.tex)

multiple.nw		A program to test multiple prettyprinters in
			a single source (is rather old)

Makefile targets:
-----------------

test			Make a prettyprinter for default language
			using pretzel-it and test it.
complextest		Make a prettyprinter using explicit rules
			of the Makefile and test it.

The default language and the prettyprinted example may be configured
in the Makefile.


 $Log: README,v $
 Revision 2.0  1996/12/17 07:55:09  gaertner
 *** empty log message ***

 Revision 1.1  1995/09/05  14:50:14  gaertner
 Initial revision

