Pyparsing 3.2.1 #591
ptmcg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Updated generated railroad diagrams to make non-terminal elements links to their related sub-diagrams. This greatly improves navigation of the diagram, especially for large, complex parsers.
Simplified railroad diagrams emitted for parsers using
infix_notation
, by hiding lookahead terms. Renamed internally generated expressions for clarity, and improved diagramming.Improved performance of
cpp_style_comment
,c_style_comment
,common.fnumber
andcommon.ieee_float
Regex expressions. PRs submitted by Gabriel Gerlero,nice work, thanks!
Add missing type annotations to
match_only_at_col
,replace_with
,remove_quotes
,with_attribute
, andwith_class
. Issuepp.remove_quotes
has no typing annotations #585 reported by rafrafrek.Added generated diagrams for many of the examples.
Replaced old examples/0README.html file with examples/README.md file.
This discussion was created from the release Pyparsing 3.2.1.
Beta Was this translation helpful? Give feedback.
All reactions