C# vs F# for parser combinators

This page summarizes the projects mentioned and recommended in the original post on /r/fsharp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Farkle

    LALR parser combinators for C# and F#.

  • Try Farkle. It's not a parser combinator library per se, but has a similar API (you compose language elements into bigger ones) and uses the LALR algorithm. Plus it's very fast and has some features FParsec doesn't have such as building your grammar's parsing tables ahead of time, or creating an HTML description of your grammar.

  • Sprache

    A tiny, friendly, C# parser construction library

  • I found Sprache much easier to learn/use than FParsec.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts