Fedora Packages

python3-parsley Subpackage of python-parsley

Parsing and pattern matching made easy

A parser generator library based on OMeta, and other useful parsing tools. Parsley is a parsing library for people who find parsers scary or annoying. I wrote it because I wanted to parse a programming language, and tools like PLY or ANTLR or Bison were very hard to understand and integrate into my Python code. Most parser generators are based on LL or LR parsing algorithms that compile to big state machine tables. It was like I had to wake up a different section of my brain to understand or work on grammar rules. Parsley, like pyparsing and ZestyParser, uses the 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 developed by Alessandro Warth at thesis, which provides a detailed description of OMeta: http://www.vpri.org/pdf/tr2008003_experimenting.pdf

Releases Overview

Release Stable Testing
Fedora Rawhide 1.3-30.fc40 -
Fedora 40 1.3-30.fc40 -
Fedora 39 1.3-28.fc39 -
Fedora 38 1.3-25.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-parsley dash maintainers at fedoraproject dot org.



Sources on Pagure