This package browser is in early development. Mind the rough edges.

python-parsley 1.3

Parsing and pattern matching Python library

Parsley is a parsing library using PEG algorithm, so each expression in the grammar rules works like a Python expression. In particular, alternatives are evaluated in order, unlike table-driven parsers such as yacc, bison or PLY. Parsley is an implementation of OMeta, an object-oriented pattern-matching language.

Installation

Install python-parsley 1.3 as follows:

guix install python-parsley@1.3

Or install the latest version:

guix install python-parsley

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.