BarrensZeppelin has quit [Ping timeout: 245 seconds]
BarrensZeppelin has joined #pypy
BarrensZeppelin has quit [Remote host closed the connection]
lritter has joined #pypy
<closet5>
korvo: i'm writing my own parser and i don't have experience with rlib.parsing (i wanted to use it, but i couldn't find how). maybe i can help if you have a code i can try ?
<korvo>
closet5: I'm still investigating. So far, I've found that it also happens with ParseError, so it's a problem with how lines and columns are being computed. I've also found that it can happen in the bootstrap parser (the thing which compiles our PEGs to RPython classes during translation) so it's some structural issue with how characters are counted.
<korvo>
If *you* have questions for *me* about how to use rlib.parsing then please ask them! I'll try my best to answer.
<closet5>
thanks. i'm still running my parser in python3 so i won't rewrite it to rlib now, but are there examples on how to use rlib.parsing ?
<closet5>
(once i get to using it i plan to document what i can find, just in case)
<cfbolz>
uv showing a warning to people installing pypy is a bit of an escalation though
<cfbolz>
but I think the fundamental critique is correct: we don't have enough people to catch up with cpython, version wise (despite BarrensZeppelin's excellent recent PRs)