File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Release notes
22==============
33
4- unreleased: Version 0.2.0
4+ 2023-11-14: Version 0.3.0
5+ -------------------------
6+
7+ - Replace nullable_visit with NullableVisitor (#86)
8+ - Implement nullable detection via NullableVisitor (#91)
9+ - Support Python 3.11 and 3.12 (#95)
10+ - Support Python 3.12 f-strings in grammar actions (#94, #96)
11+ - Fix typing in parser class and minor f-string fix (#97)
12+ - Improve CI/CD workflows (#98)
13+
14+ 2023-01-18: Version 0.2.0
515-------------------------
616
717- add delayed error inspection, invalid rules pass and recursive detection of
@@ -13,7 +23,7 @@ unreleased: Version 0.2.0
1323- update grammar_grapher with the new forced (&&) directive PR #57
1424- fixed bug where tokenizer reported the last line of source as empty #77
1525
16- 09/06/2021 : Version 0.1.0
26+ 2021-09-06 : Version 0.1.0
1727-------------------------
1828
1929First numbered release
You can’t perform that action at this time.
0 commit comments