You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-parsley-1.3-22.fc36.noarch

python3-parsley-1.3-22.fc36.noarch

Package Attributes
RPM  python3-parsley-1.3-22.fc36.noarch.rpm Architecture  noarch Size  1047202 Created  2022/11/22 13:22:59 UTC
Package Specification
Summary Parsing and pattern matching made easy
Group Unspecified
License MIT
Home Page https://launchpad.net/parsley
Description

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

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-parsley
python3-parsley
python3.10-parsley
python3.10dist(parsley)
python3dist(parsley)
Obsoletes
python-parsley

Document Actions