[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project python-lark-parser-0.9.0-6.el9

Name python-lark-parser
Epoch 0
Version 0.9.0
Release 6.el9
Website/URL https://github.com/lark-parser/lark
License MIT
Build Time 2023-03-18 03:07:09
Build Host builder-x86-02.inferitos.ru
Summary Lark is a modern general-purpose parsing library for Python
Repositories AppStream
Description Lark is a modern general-purpose parsing library for Python. Lark focuses on simplicity and power. It lets you choose between two parsing algorithms: Earley : Parses all context-free grammars (even ambiguous ones)! It is the default. LALR(1): Only LR grammars. Outperforms PLY and most if not all other pure-python parsing libraries. Both algorithms are written in Python and can be used interchangeably with the same grammar (aside for algorithmic restrictions). See "Comparison to other parsers" for more details. Lark can auto magically build an AST from your grammar, without any more code on your part. Features: - EBNF grammar with a little extra - Earley & LALR(1) - Builds an AST auto magically based on the grammar - Automatic line & column tracking - Automatic token collision resolution (unless both tokens are regexps) - Python 2 & 3 compatible - Unicode fully supported
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
python3-lark-parser-0.9.0-6.el9.noarch Lark is a modern general-purpose parsing library for Python 7f586bb5638c97226a2a05737f9e46b2aff04d55ae489f5a66b6778bd0c1931b download
src
python-lark-parser-0.9.0-6.el9.src Lark is a modern general-purpose parsing library for Python b807e64107a1afd9859119aecd1e8eaed6ffb76bf23993e2585fa2a0644258a6 download
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.9.0-6
- Rebuilt for MSVSphere 9.1.

* Wed Jun 15 2022 Sergio Correia <scorreia@redhat.com> - 0.9.0-6
- Add python-lark-parser to RHEL-9
  Resolves: rhbz#2084554

* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.0-3
- Rebuilt for Python 3.10