ParserObjects Parser Combinator Library for .NET

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

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

    the kdl document language specifications

  • Oh nice. It will be a nice library to use to parse KDL (https://github.com/kdl-org/kdl)

  • ParserObjects

    C# library for parser combinators

  • It uses a combinators approach, so every parser is an object and you compose them together like any other object graph. It's all pure C# code with no separate code generation step like ANTLR uses. The test suite has several examples, but the easiest one to jump into is the JSON parsing example: Lexer and Parser. It's not exactly the same as BNF, but if you squint a little it should be just as easy to read. pseudo-BNF:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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