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.
☆486Sep 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,234Oct 18, 2025Updated 5 months ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆49Nov 20, 2021Updated 4 years ago
- Compile Time Regular Expression in C++☆3,770Sep 12, 2025Updated 6 months ago
- A single file C++ header-only PEG (Parsing Expression Grammars) library☆1,030Mar 14, 2026Updated last week
- Meta C++ Library and Tool☆83Dec 12, 2022Updated 3 years ago
- C++20 μ(micro)/Unit Testing framework☆1,420Feb 14, 2026Updated last month
- Parsing Expression Grammar Template Library☆2,113Mar 11, 2026Updated last week
- The compiler is available for download. Get it!☆2,549Nov 5, 2023Updated 2 years ago
- C++20 Meta-Programming library☆311Jun 1, 2025Updated 9 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆227Sep 27, 2024Updated last year
- A minimalist single-header library for building pattern-matchers, lexers, and parsers.☆211Jun 16, 2025Updated 9 months ago
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆641Jan 22, 2026Updated last month
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆115Jul 13, 2022Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆69Apr 3, 2024Updated last year
- C++11 (and onwards) library for lazy evaluation☆365Feb 7, 2026Updated last month
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Nov 1, 2021Updated 4 years ago
- Fast, convenient JSON serialization and parsing in C++☆504Feb 16, 2026Updated last month
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- scanf for modern C++☆1,302Oct 29, 2025Updated 4 months ago
- type-safe and low-boilerplate bit level serialization☆127Nov 5, 2021Updated 4 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,639Oct 13, 2025Updated 5 months ago
- Header only library that parses and plans SQL queries at compile time☆141May 2, 2020Updated 5 years ago
- An additive strong typedef library for C++14/17/20☆477Jan 28, 2025Updated last year
- A graph concurrent library for C++☆63Jun 1, 2023Updated 2 years ago
- Reference implementation of Dragonbox in C++☆804Oct 3, 2025Updated 5 months ago
- A C++ library that uses clever tricks to create super low-code, yet fully functional CLIs☆452Sep 15, 2024Updated last year
- C++17 library for comfortable and efficient dynamic polymorphism☆497Feb 27, 2026Updated 3 weeks ago
- C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++☆761Updated this week
- A C++20 header-only bencode library.☆48Sep 10, 2022Updated 3 years ago
- A personal experimental C++ Syntax 2 -> Syntax 1 compiler☆5,930Feb 22, 2026Updated 3 weeks ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,190Feb 15, 2026Updated last month
- P1031 low level file i/o and filesystem library for the C++ standard☆1,018Mar 11, 2026Updated last week
- Fast binary logger for C++☆231Jan 31, 2025Updated last year
- Postmodern immutable and persistent data structures for C++ — value semantics at scale☆2,820Feb 25, 2026Updated 3 weeks ago
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Jan 25, 2019Updated 7 years ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,530Jul 29, 2025Updated 7 months ago
- stl-like algorithms for TYPES☆31Oct 27, 2023Updated 2 years ago
- C++20 single-header library for embedding INI configs☆60Mar 15, 2023Updated 3 years ago