Package grako: Information
Source package: grako
Version: 3.99.9-alt2
Build time: Aug 4, 2022, 11:22 AM
Category: Sciences/Other
Report package bugHome page: https://pypi.org/project/grako/
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
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