Self-hosted LR-parser /scanner generator combo in C++20

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

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

    Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.

  • You quickly spot one of the current weaknesses of parsergen. The immature error recovery mechanism actually resides in LR1.cpp, within C_Parser::recover(). But I valued document completeness above error recovery readiness so that more people can possibly be attracted by the project and creating REAL expectations on it. parsergen is a long term side project and just getting started in github. This is just one of many parts needed to become better. As you mentioned it, error recovery shall be in the next evolution.

  • parsergen

    Self-hosted parser/scanner generator from LR grammar with semantic annotations in C++20 (by buck-yeh)

  • New Paragraph

  • 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