Skip to content

Migrate to FastParse #23

@laughedelic

Description

@laughedelic

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions