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