-------------------------------------------------------------------------------- Fedora EPEL Update Notification FEDORA-EPEL-2019-cae2a7eb04 2019-01-30 03:07:08.082205 --------------------------------------------------------------------------------
Name : python-lark-parser Product : Fedora EPEL 7 Version : 0.6.4 Release : 4.el7 URL : https://github.com/lark-parser/lark Summary : Lark is a modern general-purpose parsing library for Python 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
-------------------------------------------------------------------------------- Update Information:
Fixing packages names --------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use su -c 'yum update python-lark-parser' at the command line. For more information, refer to "YUM", available at https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7%5C /html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys --------------------------------------------------------------------------------
epel-package-announce@lists.fedoraproject.org