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

    Исходный пакет: python3-module-yapps2
    Версия: 2.2.0-alt2
    Собран:  17 января 2022 г. 17:13
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://theory.stanford.edu/~amitp/yapps/

    Лицензия: MIT
    О пакете: Yet Another Python Parser System
    Описание: 
    YAPPS is an easy to use parser generator that is written in Python and
    generates Python code.  There are several parser generator systems
    already available for Python, but this parser has different goals:
    Yapps is simple, very easy to use, and produces human-readable parsers.
    
    It is not the fastest or most powerful parser.  Yapps is designed to be
    used when regular expressions are not enough and other parser systems
    are too much: situations where you might otherwise write your own
    recursive descent parser.
    
    This package contains several upward-compatible enhancements to the
    original YAPPS source:
    - Handle stacked input ("include files")
    - augmented ignore-able patterns (can parse multi-line C comments
      correctly)
    - better error reporting
    - read input incrementally

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

    Сопровождающий: Grigory Ustinov


      1. python3-module-setuptools
      2. rpm-build-python3

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


    28 июля 2021 г. Grigory Ustinov 2.2.0-alt2
    - Drop python2 support.
    16 мая 2018 г. Andrey Bychkov 2.2.0-alt1.2
    - (NMU) rebuild with python3.6
    13 марта 2016 г. Ivan Zakharyaschev 2.2.0-alt1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)