-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Milestone
Description
Hi all,
I'm in the process of rewriting a library to use a more modern parser than scala-parser-combinator.
The choice currently comes down to fastparse or cats-parse.
fastparse is a little faster than cats-parse, but cats-parse is already compatible with Scala 3.
Now I'm wondering if there's any plans to port the macro part of fastparse over to the new Scala 3 macros? The comment on top of MacroImpl suggests that most functionality is related to inlining, which afaik is built into Scala 3.
Can anybody give a rough estimate of how much effort it would be to port fastparse to Scala 3?
Thanks!
Bathtor, marcopennekamp, haakonn, marcus-nl, He-Pin and 43 more
Metadata
Metadata
Assignees
Labels
No labels