Re: rpython/rlib/parsing/parsing.py broken
CF Bolz-Tereick <[email protected]> Thu, 20 Jul 2023 15:42:52 +0200
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
Hi Samuel, I think the solution is to simply delete this code, nobody has been using it for years. What you should use if you want to have a parser in rpython is rply: https://rply.readthedocs.io/en/latest/ Cheers, CF On 20/07/2023 08:20, Samuel Ytterbrink wrote: > It seams like the CompuledParser have been broken for the last 16 years, > and that seams unbelievable. > > The error I get is that "symbol" can't be found, and even I "fix" that > the parser always succeed, but with no children.... > > Is there a working copy of this file somewhere else that people use instead? > > It seams like it's multiple merges that have gone wrong and that is what > have lead to this, I don't use hg so I can't help fix that. Anyone else > who would like to give it a try? > > > > _______________________________________________ > pypy-dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/pypy-dev.python.org/ > Member address: [email protected] _______________________________________________ pypy-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]