Metadata-Version: 2.0
Name: spark-parser
Version: 1.0.0
Summary: An Early-Algorithm LR Parser
Home-page: https://github.com/rocky/python-spark/
Author: Rocky Bernstein
Author-email: rb@dustyfeet.com
License: UNKNOWN
Platform: UNKNOWN

|buildstatus|

SPARK
=====

SPARK is an Early Algorithm Parser with some Generic Abstract Syntax
Tree building routines.

SPARK stands for the Scanning, Parsing, and Rewriting Kit.
The first version (circa 1998) was described in the paper Compiling
Little Languages in Python at the 7th International Python Conference.



Installation
------------

This uses setup.py, so it follows the standard Python routine:

::

    python setup.py install # may need sudo
    # or if you have pyenv:
    python setup.py develop

See Also
--------

* http://pages.cpsc.ucalgary.ca/~aycock/spark/ (Old and not very well maintained)
* https://pypi.python.org/pypi/uncompyle6/

.. |downloads| image:: https://img.shields.io/pypi/dd/spark.svg
.. |buildstatus| image:: https://travis-ci.org/rocky/python-spark.svg
		 :target: https://travis-ci.org/rocky/python-spark



