Language

Package: python-arpeggio @ 2.0.0

Synopsis

Packrat parser interpreter for Python

Description

This Python library provides a recursive descent parser with backtracking and memoization (a.k.a. packrat parser). Arpeggio grammars are based on PEG formalism. Arpeggio's main use is a foundation for a toolchain for DSL development but it can be used for all sorts of general purpose parsing.

Home page
https://github.com/textX/Arpeggio
Location
gnu/packages/python-xyz.scm (line: 29405, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings