com-lihaoyi / fastparse

Writing Fast Parsers Fast in Scala
https://com-lihaoyi.github.io/fastparse
MIT License
1.09k stars 164 forks source link

Use `[_p: P]` instead of `[_: P]` for Scala 3 compatibility #267

Closed lolgab closed 1 year ago

lolgab commented 1 year ago

Let's see if we can shrink #262 so it's easier to review by merging first the easy changes and rebasing, so the diff is smaller.

davidrwood commented 1 year ago

Is this essentially competing with https://github.com/com-lihaoyi/fastparse/pull/266 ?

davidrwood commented 1 year ago

Ah! I see now that it's not. I hadn't noticed you'd merged it already.

lolgab commented 1 year ago

I wanted to help the migration by merging the easy syntactic changes first so the main PR becomes smaller and smaller.