Releases: we-like-parsers/pegen
Releases · we-like-parsers/pegen
v0.3.0
What's Changed
- Fixing tox.ini by @phorward in #87
- Replace nullable_visit by NullableVisitor by @phorward in #86
- Support Python 3.12 f-strings in grammar actions by @dfremont in #94
- Implement nullable detection via
NullableVisitor
by @phorward in #91 - Copied renamings from CPython's peg_generator by @phorward in #90
- Support Python 3.11 and 3.12 by @MatthieuDartiailh in #95
- Added fstring Test Case and Potential Fix by @Eric-Vin in #96
- Python gram fixes by @MatthieuDartiailh in #97
New Contributors
- @phorward made their first contribution in #87
- @dfremont made their first contribution in #94
- @Eric-Vin made their first contribution in #96
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Improve the README file and add contributing instructions by @pablogsal in #42
- Sort KEYWORDS for consistent output ordering by @edemaine in #44
- Add a first version of the docs by @pablogsal in #43
- Update README.md by @AvdN in #49
- Update the CI to use Python 3.10 by @pablogsal in #50
- docs/peg_parser.rst: Minor improvements by @funkyfuture in #52
- README.md: Adds missing parenthesis by @funkyfuture in #54
- Update grammar_grapher with the new forced (&&) directive by @lucach in #57
- Clean utils and install by @MatthieuDartiailh in #59
- remove generated file data/python_parser.py, and add demo target in Makefile by @mw66 in #62
- Delayed error inspection by @MatthieuDartiailh in #60
- python.gram: reflect changes in cpython by @MatthieuDartiailh in #41
- Improved syntax error by @MatthieuDartiailh in #64
- Maintenance: move most of the configuration to pyproject.toml by @MatthieuDartiailh in #66
- Cis: use newer actions (setup-python, checkout, cache) by @MatthieuDartiailh in #71
- Format imports by @0dminnimda in #74
- Stop creating unused variables by @0dminnimda in #68
- python_generator: add some comments by @MatthieuDartiailh in #75
- Fix empty last line returned by tokenizer by @shumbo in #77
- Add a py.typed file to pegen by @pablogsal in #80
New Contributors
- @edemaine made their first contribution in #44
- @AvdN made their first contribution in #49
- @funkyfuture made their first contribution in #52
- @lucach made their first contribution in #57
- @mw66 made their first contribution in #62
- @0dminnimda made their first contribution in #74
- @shumbo made their first contribution in #77
Full Changelog: v0.1.0...v0.2.0