============================================================================
                        MONADIC PARSER GENERATOR
============================================================================
                          Haskell 1.3 Version   
                             April 1997             
============================================================================

The Monadic Parser Generator (MPG) is an experimental tool for the automatic
generation of monadic (recursive descent) parsers in Haskell.

The Haskell 1.3 (Hugs 1.3) MPG distribution consists of these files:

  * README          = This file

  * MonParGen.doc   = MPG short User's Guide

  * mpg.lhs         = MPG source code
  * hugsmpg         = Shell script to run MPG in interpreted form 
  * mpg             = Executable version of MPG (for a Sparc Sun4OS)

  * mpg-prelude.hs  = Additional small prelude with a definition of the 
                      Parser Monad (to be used with the generated parser)

The following files containing examples are also included:

  * exp.gen         = Grammar file
  * exp.hs          = Parser produced from exp.gen

  * leftass.gen     = Grammar file
  * leftass.hs      = Parser produced from leftass.gen

  * lambda.gen      = Grammar file
  * lambda.hs       = Parser produced from lambda.gen


MPG's home page is:

   http://www.fing.edu.uy/~pardo/MPG/

===============================================================================
Alberto Pardo
Instituto de Computacion
Universidad de la Republica
Montevideo - Uruguay

Email: pardo@fing.edu.uy

URL = http://www.fing.edu.uy/~pardo/
===============================================================================
