Grako 3.21.0
Juancarlo Añez
apalala at gmail.com
Fri Apr 14 19:10:53 EDT 2017
Grako 3.21.0
==========
- Name all _"info"_ as `...Info`, make them classes that descend from
`namedtuple`, have `__slots__ = ()`. Move them to module `infos`.
- Status information during parsing is now routed through
`logging.getLogger("grako")`.
- Methods in `objectmodel.Node` that require an `infos.ParseInfo` will
now raise `exceptions.NoParseInfo` if parse information is not available
for the node.
- There were broken links in the documentation after the repository was
moved from /apalala/ to /neogeny/ on Bitbucket.
Grako
=====
Grako (for grammar compiler) is a tool that takes grammars in a variation
of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python.
https://pypi.python.org/pypi/grako/3.21.0
--
Juancarlo *Añez*
mailto:apalala at gmail.com
tel:+58(414)901-2021 <0414-9012021>
skype:juancarloanez
More information about the Python-announce-list
mailing list