-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Although scala-parser-combinators are available for Scala 2.12, I want to try to migrate to FastParse (which btw, just released 1.0):
- should be easy to do, since the combinators syntax is similar
- will work significantly faster
- will provide better error messages (if any)
I'm not sure whether it's worth specializing the parsers to Scala (as FastParse provides a ready to use ScalaParse combinators). As a first try I want just to migrate existing parsers to FastParse.
SemanticBeeng