[ Все 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 ]
×

Пакет python3-lark-parser-0.9.0-6.el9.noarch download

Имя python3-lark-parser
Эпоха 0
Версия 0.9.0
Релиз 6.el9
Архитектура noarch
Сайт https://github.com/lark-parser/lark
Лицензия MIT
Время сборки 2023-03-18 03:07:15
Хост сборки builder-x86-02.inferitos.ru
Краткое описание Lark is a modern general-purpose parsing library for Python
Репозитории AppStream
Полное описание 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
Эррата
Размер 276 КиБ
Исходный проект python-lark-parser-0.9.0-6.el9
Контрольная сумма SHA-256 7f586bb5638c97226a2a05737f9e46b2aff04d55ae489f5a66b6778bd0c1931b
× Full screenshot
История изменений 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