com-lihaoyi / fastparse

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

Attempt to share macro .rep logic in Scala3 #274

Closed lihaoyi closed 1 year ago

lihaoyi commented 1 year ago

This PR attempts to consolidate all the macros and runtime implementations into one shared code path

Still has some performance hit (10%ish) v.s. the status quo, so not ready to merge.

lihaoyi commented 1 year ago

superseded by https://github.com/com-lihaoyi/fastparse/pull/273