Metadata-Version: 2.4
Name: alteraparser
Version: 2.0.5
Summary: Alteraparser is a library that provides functions to define a grammar that can be passed to a parser.
Author: Thomas Bollmeier
Author-email: Thomas Bollmeier <developer@thomas-bollmeier.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: pytest>=9.0.2
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Alteraparser

Alteraparser is a library that enables users to define grammars for lexical and syntactical analysis. 
It provides parsers to process textual input data based on the defined grammars.