Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.
☆485Sep 3, 2024Updated last year
Alternatives and similar repositories for ctpg
Users that are interested in ctpg are comparing it to the libraries listed below
Sorting:
- C++ parsing DSL☆1,228Oct 18, 2025Updated 4 months ago
- Compile Time Regular Expression in C++☆3,761Sep 12, 2025Updated 5 months ago
- A single file C++ header-only PEG (Parsing Expression Grammars) library☆1,026Dec 9, 2025Updated 2 months ago
- Meta C++ Library and Tool☆83Dec 12, 2022Updated 3 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆49Nov 20, 2021Updated 4 years ago
- C++20 μ(micro)/Unit Testing framework☆1,414Feb 14, 2026Updated 2 weeks ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Nov 1, 2021Updated 4 years ago
- Parsing Expression Grammar Template Library☆2,109Feb 22, 2026Updated last week
- The compiler is available for download. Get it!☆2,549Nov 5, 2023Updated 2 years ago
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆115Jul 13, 2022Updated 3 years ago
- C++20 Meta-Programming library☆311Jun 1, 2025Updated 9 months ago
- C++11 (and onwards) library for lazy evaluation☆364Feb 7, 2026Updated 3 weeks ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆69Apr 3, 2024Updated last year
- Fast, convenient JSON serialization and parsing in C++☆502Feb 16, 2026Updated last week
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆636Jan 22, 2026Updated last month
- A minimalist single-header library for building pattern-matchers, lexers, and parsers.☆211Jun 16, 2025Updated 8 months ago
- scanf for modern C++☆1,298Oct 29, 2025Updated 4 months ago
- An additive strong typedef library for C++14/17/20☆475Jan 28, 2025Updated last year
- Zero overhead utilities for preventing bugs at compile time☆1,632Oct 13, 2025Updated 4 months ago
- Header only library that parses and plans SQL queries at compile time☆141May 2, 2020Updated 5 years ago
- A C++20 header-only bencode library.☆48Sep 10, 2022Updated 3 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆201May 11, 2023Updated 2 years ago
- C++17 library for comfortable and efficient dynamic polymorphism☆497Sep 14, 2025Updated 5 months ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆513Feb 6, 2026Updated 3 weeks ago
- C++20 Dynamic Reflection Library☆139Apr 9, 2025Updated 10 months ago
- A C++ library that uses clever tricks to create super low-code, yet fully functional CLIs☆453Sep 15, 2024Updated last year
- C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++☆760Updated this week
- type-safe and low-boilerplate bit level serialization☆127Nov 5, 2021Updated 4 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆227Sep 27, 2024Updated last year
- A graph concurrent library for C++☆63Jun 1, 2023Updated 2 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,178Feb 15, 2026Updated last week
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆167Jun 6, 2024Updated last year
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,285Oct 14, 2024Updated last year
- Fast binary logger for C++☆230Jan 31, 2025Updated last year
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,740May 1, 2025Updated 10 months ago
- Reference implementation of Dragonbox in C++☆797Oct 3, 2025Updated 4 months ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,527Jul 29, 2025Updated 7 months ago