-
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)
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
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.
-
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.
Related posts
-
Why no more Lex/Yakk/ANTLR/whatever?
-
Use PEGTL to remove my clunky homemade parser
-
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)?
-
TIL: Visual Studio has quantum state values 🤨
-
We Built a C++ Rendering Engine for the Web