lrparsing
=========

  lrparsing is an LR(1) parser whose grammar rules
  are Python expressions.

  The home page is:
    http://lrparsing.sourceforge.net/


Requirements
------------

  Python >= 2.6


Installing
----------

  To build you require the Python development system
  and python-sphinx.  The command to build the entire
  system is:

	make

  To install:

	make install

  To run the test suite:

	make test


Documentation
-------------

  After installing the documentation it available in HTML
  format in:

    /usr/share/doc/lrparsing/html/lrparsing.html

  Example files are here:

    /usr/share/doc/lrparsing/examples


License
-------

  Copyright (c) 2013,2014 Russell Stuart.
  This program and the accompanying materials are made available
  under the terms of the GPLv2 a copy of which accompanies this
  distribution, and is available at:
  http://www.gnu.org/licenses/gpl-2.0.html.



--
Russell Stuart
2013-April-02
