com-lihaoyi / fastparse

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

Replace _p with $ in preparation for Scala 3 #270

Closed lihaoyi closed 1 year ago

lihaoyi commented 1 year ago

https://github.com/com-lihaoyi/fastparse/pull/266 uses $, and I think $ is probably the better option for now (since it's shorter), so let's go with that for now