Пакет python3-module-lark-parser: Информация

    Исходный пакет: python3-module-lark-parser
    Версия: 0.9.0-alt1
    Собран:  12 апреля 2021 г. 19:13 в задании #266900
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/lark-parser/lark

    Лицензия: MIT
    О пакете: A modern parsing library for Python, implementing Earley & LALR(1) and an easy interface
    Описание: 
    Parse any context-free grammar, FAST and EASY!
    
    Beginners: Lark is not just another parser.
    It can parse any grammar you throw at it,
    no matter how complicated or ambiguous, and do so efficiently.
    It also constructs a parse-tree for you, without additional code on your part.
    
    Experts: Lark implements both Earley(SPPF) and LALR(1),
    and several different lexers, so you can trade-off power and speed,
    according to your requirements.
    It also provides a variety of sophisticated features and utilities.
    
    Lark can:
    Parse all context-free grammars, and handle any ambiguity
    Build a parse-tree automagically, no construction code required
    Outperform all other Python libraries when using LALR(1) (Yes, including PLY)
    Run on every Python interpreter (it's pure-python)
    Generate a stand-alone parser (for LALR(1) grammars)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-lark-parser (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

      1. python3-module-setuptools
      2. rpm-build-intro >= 2.2.4
      3. rpm-build-python3

    Последнее изменение


    4 ноября 2020 г. Vitaly Lipatov 0.9.0-alt1
    - new version 0.9.0 (with rpmrb script)
    22 марта 2020 г. Vitaly Lipatov 0.8.2-alt1
    - initial build for ALT Sisyphus