dart-petitparser-examples
dart-petitparser-examples copied to clipboard
Python Grammar Parser
Is anyone working on a python parser? I see a lot of great contributions like the lisp and dart parsers.
If someone is not I would love to try my hand at using the petitparser to create a AST for python.
I am not aware of an existing Python parser, other than this example which seems to implement a subset of Python syntax in PetitParser for Smalltalk. While the example might be a starting point, the two PetitParser implementations have quite diverged over the past 15 years.