Review request: Switching to Group in some pyparsing code #449
aucampia
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
I assume you are using the latest version of pyparsing (3.0.9)? |
Beta Was this translation helpful? Give feedback.
1 reply
-
After cloning the repo, I added this to the bottom of parser.py: if __name__ == '__main__':
import pyparsing as pp
pp.autoname_elements()
QueryUnit.create_diagram("rdflib_query_unit.html") which generated this diagram: Maybe this will give some insights into your parser. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, I'm not that knowledgeable with pyparsing and would like a second opinion on this PR which replaces some custom class with Group
If anyone could take a brief look I would appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions