dart-petitparser-examples icon indicating copy to clipboard operation
dart-petitparser-examples copied to clipboard

Python Grammar Parser

Open Joematpal opened this issue 10 months ago • 1 comments

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.

Joematpal avatar Apr 05 '25 23:04 Joematpal

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.

renggli avatar Apr 06 '25 08:04 renggli