Package grako: Information

    Binary package: grako
    Version: 3.99.9-alt2
    Architecture: noarch
    Build time:  Jul 20, 2022, 09:58 PM
    Source package: grako
    Category: Sciences/Other
    Report package bug
    License: BSD
    Summary: Grako (for grammar compiler).
    Description: 
    Grako is a tool that takes grammars in a variation of EBNF as input, and
    outputs memoizing (Packrat) PEG parsers in Python.
    
    Grako can also compile a grammar stored in a string into a Grammar object that
    can be used to parse any given input, much like the re module does with regular
    expressions.

    Maintainer: Evgeny Sinelnikov

    List of contributors:
    Evgeny Sinelnikov
    Andrey Bychkov

    Last changed


    July 20, 2022 Evgeny Sinelnikov 3.99.9-alt2
    - Fixed import in the file grammar.py (suggested by Vadim Yufin)
    Dec. 9, 2019 Andrey Bychkov 3.99.9-alt1
    - Initial build for Sisyphus