Metadata-Version: 1.2
Name: lalr
Version: 0.1.2
Summary: A pure python LALR parser generator"
Home-page: https://github.com/bwhmather/python-lalr
Author: Ben Mather
Author-email: bwhmather@bwhmather.com
Maintainer: Ben Mather
Maintainer-email: bwhmather@bwhmather.com
License: BSD
Description: Python LALR
        ===========
        
        |build-status|
        
        .. |build-status| image:: https://github.com/bwhmather/python-lalr/actions/workflows/ci.yaml/badge.svg?branch=master
            :target: https://github.com/bwhmather/python-lalr/actions/workflows/ci.yaml
            :alt: Build Status
        
        A pure python LALR parser generator
        
        .. _LICENSE: ./LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
