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.
☆458Updated 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,013Updated last month
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆609Updated 3 weeks ago
- A C++20 library for sequence-orientated programming☆515Updated this week
- An additive strong typedef library for C++14/17/20☆417Updated 2 months ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆352Updated last month
- 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 2 months ago
- Reference implementation of Dragonbox in C++☆607Updated last week
- A C++ tool for a new decade☆295Updated last year
- Runtime polymorphism done right☆975Updated 3 years ago
- This is an experimental library that has evolved to P2688☆666Updated 5 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆713Updated this week
- scanf for modern C++☆1,078Updated this week
- Zero overhead utilities for preventing bugs at compile time☆1,540Updated last month
- Range-based goodness for C++17☆358Updated 3 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 2 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆868Updated this week
- The most over-engineered C++ assertion library☆541Updated last month
- Lightweight C++20 testing framework.☆265Updated this week
- C++17 Run-time Polymorphism (Type Erasure) library☆459Updated 5 months ago
- Parse command line arguments by defining a struct☆459Updated last week
- A C++ library that uses clever tricks to create super low-code, yet fully functional CLIs☆446Updated last month
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆241Updated 3 years ago
- Simple C++20 module support for CMake☆209Updated 11 months ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆383Updated 3 weeks ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆858Updated 4 months ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆178Updated last week
- A lightweight C++11-compatible error-handling mechanism☆281Updated 2 years ago
- C++20 State Machine library☆172Updated 2 months ago
- Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debuggin…☆730Updated 3 weeks ago