[ol10_appstream] python3-lark-1.1.7-5.el10.noarch

Name:python3-lark
Version:1.1.7
Release:5.el10
Architecture:noarch
Group:Unspecified
Size:1326694
License:MIT AND MPL-2.0 AND GPL-2.0-or-later
RPM: python3-lark-1.1.7-5.el10.noarch.rpm
Source RPM: python-lark-1.1.7-5.el10.src.rpm
Build Date:Wed Jan 29 2025
Build Host:build-ol10-x86_64.oracle.com
Vendor:Oracle America
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. With Lark, you can
parse any context-free grammar, efficiently, with very little code.

Main Features:
    - Builds a parse-tree (AST) automagically, based on
      the structure of the grammar
    - Earley parser
    - Can parse all context-free grammars
    - Full support for ambiguous grammars
    - LALR(1) parser
    - Fast and light, competitive with PLY
    - Can generate a stand-alone parser
    - CYK parser, for highly ambiguous grammars
    - EBNF grammar
    - Unicode fully supported
    - Automatic line & column tracking
    - Standard library of terminals (strings, numbers, names, etc.)
    - Import grammars from Nearley.js
    - Extensive test suite
    - And much more! Since version 1.0, only Python versions 3.6 and up
      are supported.

Changelog (Show File list) (Show related packages)