Package python-module-yapps2: Information

    Source package: python-module-yapps2
    Version: 2.1.1-alt3.1
    Build time:  Mar 31, 2013, 07:55 AM
    Report package bug
    License: MIT
    Summary: Yet Another Python Parser System
    Description: 
    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

    List of rpms provided by this srpm:
    python-module-yapps2 (noarch)
    python3-module-yapps2 (noarch)



      1. python3-devel
      2. rpm-build-python3
      3. python-devel

    Last changed


    March 22, 2013 Aleksey Avdeev 2.1.1-alt3.1
    - Rebuild with Python-3.3
    June 23, 2012 Eugeny A. Rostovtsev 2.1.1-alt3
    - Applied repocop patch
    June 22, 2012 Eugeny A. Rostovtsev 2.1.1-alt2
    - Added module for Python 3