Metadata-Version: 1.2
Name: Arpeggio
Version: 1.9.2
Summary: Packrat parser interpreter
Home-page: https://github.com/textX/Arpeggio
Author: Igor R. Dejanovic
Author-email: igor.dejanovic@gmail.com
Maintainer: Igor R. Dejanovic
Maintainer-email: igor.dejanovic@gmail.com
License: MIT
Download-URL: https://github.com/textX/Arpeggio/archive/v1.9.2.tar.gz
Description: .. image:: https://raw.githubusercontent.com/textX/Arpeggio/master/art/arpeggio-logo.png
           :height: 100
        
        Arpeggio - PEG parser
        =====================
        
        |pypi-badge| |license| |build-status| |docs|
        
        Arpeggio is a recursive descent parser with memoization based on PEG grammars
        (aka Packrat parser).
        
        Documentation with tutorials is available `here
        <http://textx.github.io/Arpeggio/>`_.
        
        **Note:** for a higher level parsing/language tool (i.e., a nicer interface to
        Arpeggio) see `textX <https://github.com/textX/textX>`_.
        
        
        .. |pypi-badge| image:: https://img.shields.io/pypi/v/Arpeggio.svg
           :target: https://pypi.python.org/pypi/Arpeggio
           :alt: PyPI Version
        
        .. |license| image:: https://img.shields.io/pypi/l/Arpeggio.svg
        
        .. |build-status| image:: https://travis-ci.org/textX/Arpeggio.svg?branch=master
           :target: https://travis-ci.org/textX/Arpeggio
        
        .. |docs| image:: https://img.shields.io/badge/docs-latest-green.svg
           :target: http://textx.github.io/Arpeggio/latest/
           :alt: Documentation Status
        
Keywords: parser packrat peg
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
