Is there anything like sly for C++?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • PEGTL

    Parsing Expression Grammar Template Library

  • You are looking for Boost.Spirit (https://www.boost.org/doc/libs/1_76_0/libs/spirit/doc/x3/html/index.html) or PEGTL (https://github.com/taocpp/PEGTL)

  • parser-demo

    Good source layout with Flex and Bison

  • Use flex and bison, and take advantage of their features (since the defaults aren't sane four hysterical raisins). I have a demo project that I like to point people to.

  • 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
  • lexy

    C++ parsing DSL

  • You can check Lexy library of Foonanthan. https://github.com/foonathan/lexy : it is pretty nice, and light and support if i don't miss, C++20

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

  • Why no more Lex/Yakk/ANTLR/whatever?

    5 projects | /r/cpp | 20 Jun 2021
  • Use PEGTL to remove my clunky homemade parser

    2 projects | dev.to | 30 Jan 2023
  • Are C/C++ developers allowed to import libraries to make coding easier or are they expected to build every functions and methods from scratch (without importing anything like String.h)?

    1 project | /r/learnprogramming | 17 Jun 2022
  • TIL: Visual Studio has quantum state values 🤨

    1 project | /r/cpp | 17 Mar 2022
  • We Built a C++ Rendering Engine for the Web

    2 projects | news.ycombinator.com | 10 Jul 2021