Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python2-lark-parser

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

Found 2 sites for python2-lark-parser

Found 6 RPM for python2-lark-parser

PackageSummaryDistributionDownload
python2-lark-parser-0.8.5-bp153.1.15.noarch.htmlA parsing library for PythonOpenSuSE Leap 15.3 for noarchpython2-lark-parser-0.8.5-bp153.1.15.noarch.rpm
python2-lark-parser-0.8.5-lp152.1.1.noarch.htmlA parsing library for PythonOpenSuSE Leap 15.2 for noarchpython2-lark-parser-0.8.5-lp152.1.1.noarch.rpm
python2-lark-parser-0.7.1-1.el7.noarch.htmlLark is a modern general-purpose parsing library for PythonEPEL 7 for ppc64lepython2-lark-parser-0.7.1-1.el7.noarch.rpm
python2-lark-parser-0.7.1-1.el7.noarch.htmlLark is a modern general-purpose parsing library for PythonEPEL 7 for aarch64python2-lark-parser-0.7.1-1.el7.noarch.rpm
python2-lark-parser-0.7.1-1.el7.noarch.htmlLark is a modern general-purpose parsing library for PythonEPEL 7 for x86_64python2-lark-parser-0.7.1-1.el7.noarch.rpm
python2-lark-parser-0.6.4-6.el7.noarch.htmlLark is a modern general-purpose parsing library for PythonEPEL 7 for ppc64python2-lark-parser-0.6.4-6.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet