com-lihaoyi / fastparse

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

Add Scala 3 to crossNativeVersions #288

Closed ysthakur closed 1 year ago

ysthakur commented 1 year ago

Currently, Fastparse cannot be used to target Scala Native if one is using Scala 3. All the native tests are passing, so it seems like it's okay to have it build for Scala 3 too. Apologies in advance if there's some reason for only building with Scala 2 when targeting native, I would've asked in the Gitter room but had some trouble joining.