Metadata-Version: 1.0
Name: spark-parser
Version: 1.0.1
Summary: An Early-Algorithm LR Parser
Home-page: https://github.com/rocky/python-spark/
Author: Rocky Bernstein
Author-email: rb@dustyfeet.com
License: UNKNOWN
Description: |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 was written by John Aycock was described in his 1988 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
        
        
Platform: UNKNOWN
