peter-winter / ctpg
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.
☆459Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for ctpg
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆572Updated last year
- C++ parsing DSL☆1,018Updated 2 months ago
- A spicy text library for C++ that has the explicit goal of enabling the entire ecosystem to share in proper forward progress towards a br…☆316Updated 3 months ago
- An additive strong typedef library for C++14/17/20☆418Updated last week
- The most over-engineered C++ assertion library☆545Updated last month
- A C++20 library for sequence-orientated programming☆528Updated this week
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆354Updated last week
- This is an experimental library that has evolved to P2688☆666Updated 5 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆877Updated this week
- A C++ library that uses clever tricks to create super low-code, yet fully functional CLIs☆446Updated 2 months ago
- Range-based goodness for C++17☆358Updated 3 years ago
- C++20 Meta-Programming library☆246Updated last week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆615Updated last month
- A C++ tool for a new decade☆295Updated last year
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 5 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆201Updated last month
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆187Updated 3 weeks ago
- Zero overhead utilities for preventing bugs at compile time☆1,542Updated 2 months ago
- Reference implementation of Dragonbox in C++☆610Updated 3 weeks ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆714Updated last week
- Simple C++20 module support for CMake☆209Updated last year
- Lightweight C++20 testing framework.☆264Updated this week
- Runtime polymorphism done right☆977Updated 3 years ago
- C++20 [Minimal] Static Perfect Hash library☆178Updated last month
- Microbenchmarking for Modern C++☆211Updated 4 years ago
- scanf for modern C++☆1,083Updated last week
- Parse command line arguments by defining a struct☆464Updated 3 weeks ago
- C++11/14/17/20 library for lazy evaluation☆338Updated this week
- A single file C++ header-only PEG (Parsing Expression Grammars) library☆903Updated this week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 3 months ago