Grako 3.7.0 released

2016-03-11 Thread Juancarlo Añez
://bitbucket.org/apalala/grako/ -- Juancarlo *Añez* tel:+58(414)901-2021 skype:juancarloanez -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: Grako 3.12.1

2016-08-08 Thread Juancarlo Añez
. - Fixed several inconsistencies in the implementation and use of buffering.Buffer line indexing. - Repeated parameters to object model constructors. -- Juancarlo *Añez* -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

Grako 3.16.0 released

2016-10-03 Thread Juancarlo Añez
*Grako* (for *grammar compiler*) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat ) PEG

Grako 3.20.0 released

2017-04-10 Thread Juancarlo Añez
to parse any given input, much like the *re* module does with regular expressions. https://pypi.python.org/pypi/grako/3.20.0 https://bitbucket.org/neogeny/grako/ -- Juancarlo *Añez* -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation:

Grako 3.21.0

2017-04-17 Thread Juancarlo Añez
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:apal...@gmail.com tel:+58(414)901-2021 <0414-9012021> skype:juancarloanez -- https://mail.python.o

TatSu 4.2.0

2017-06-05 Thread Juancarlo Añez
at implements the parser. -- Juancarlo Añez -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

TASU 4.0.0 released

2017-05-07 Thread Juancarlo Añez
TATSU (the successor to Grako) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python. Tatsu can compile a grammar stored in a string into a tatsu.grammars.Grammar object that can be used to parse any given input, much like the re

TatSu v4.2.5 released

2017-11-27 Thread Juancarlo Añez
ootstrapBuffer from bootstrap.py has been used instead (@gegenschall). * #38 Documentation: Use of json.dumps() requires ast.asjson() (@davidchen). -- Juancarlo *Añez* -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

TatSu 4.3.0 released

2018-11-17 Thread Juancarlo Añez
TatSu 4.3.0 has been released with this changelog: -- Juancarlo *Añez* tel:+58(414)901-2021 skype:juancarloanez -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

TatSu 4.3.0 released

2018-11-17 Thread Juancarlo Añez
https://docs.python.org/3.7/library/re.html> module does with regular expressions, or it can generate a Python <http://python.org/> module that implements the parser. -- Juancarlo *Añez* -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

TatSu v4.4.0 PEG parser generator released

2019-04-25 Thread Juancarlo Añez
to the "Alabaster" theme * Various code and documentation fixes (@davesque, @nicholasbishop, @rayjolt) -- Juancarlo *Añez* -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

TatSu 5.0.0 released

2020-01-28 Thread Juancarlo Añez
thub.com/apalala>). - #153 <https://github.com/neogeny/TatSu/issues/153> Import ABCs from collections.abc (@tirkarthi <https://github.com/tirkarthi>) - Remove support for Cythonand pypy3 (@apalala <https://github.com/apalala>). -- Juancarlo *Añez* -- Python-annou

TatSu 5.6.0 released

2021-03-21 Thread Juancarlo Añez
竜 TatSu is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python. 竜 TatSu inspired the PEG parser in Python 3.9. New in 竜 TatSu 5.6.0 * Several important refactorings in ``contexts.ParseContext`` * Make ``ignorecase`` settings apply

[Python-announce] TatSu 5.7.0

2021-12-06 Thread Juancarlo Añez
TatSu 5.7.0 is now available. - https://pypi.org/project/TatSu/5.7.0/ - https://tatsu.readthedocs.io/ - https://github.com/neogeny/TatSu 竜 TatSu is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python. 竜 TatSu can compile a

[Python-announce] TatSu 5.8.0 released

2022-03-15 Thread Juancarlo Añez
-compatibility issues. See the changelog at: https://github.com/neogeny/TatSu/releases/tag/v5.8.0 -- Juancarlo Añez mailto:apal...@gmail.com ___ Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python

[Python-announce] TatSu v5.9.0 - PEG parser generator

2023-10-22 Thread Juancarlo Añez
://github.com/neogeny/TatSu/issues/305> #306 <https://github.com/neogeny/TatSu/pull/306> #309 <https://github.com/neogeny/TatSu/pull/309> #318 <https://github.com/neogeny/TatSu/pull/318>) - verify that () parses to None or is ignored (#308 &

[Python-announce] 竜 TatSu 5.8.1

2022-07-11 Thread Juancarlo Añez
/ -- Juancarlo Añez mailto:apal...@gmail.com ___ Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-announce-list-le...@python.org https://mail.python.org/mailman3/lists/python-announce-list.python.org

[Python-announce] TatSu 5.10.2 - PEG parser generator

2023-11-23 Thread Juancarlo Añez
竜 TatSu is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python. Please take a look at the release log for the latest improvements and fixes: https://github.com/neogeny/TatSu/releases -- Juancarlo Añez mailto:apal...@gmail.com

[Python-announce] Late 1.2.2 released

2023-11-23 Thread Juancarlo Añez
*包 Late* provides decorators and functions to work around the issues that early binding of default argument values produces in Python. https://github.com/neogeny/late -- Juancarlo Añez mailto:apal...@gmail.com ___ Python-announce-list mailing list

[Python-announce] Late 1.0.0 - late bound arguments

2023-11-11 Thread Juancarlo Añez
t f() == [1] https://pypi.org/project/Late/ -- Juancarlo *Añez* mailto:apal...@gmail.com ___ Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-announce-list-le...@python.org https://mail.python.

TatSu v4.2.5 released

2017-11-28 Thread nospam . Juancarlo Añez
ç«£ TatSu (the successor to Grako) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python. ç«£ TatSu can compile a grammar stored in a string into a tatsu.grammars.Grammar object that can be used to parse any given input, much like the