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.
☆470Updated 8 months ago
Alternatives and similar repositories for ctpg:
Users that are interested in ctpg are comparing it to the libraries listed below
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆608Updated 2 years ago
- C++ parsing DSL☆1,059Updated this week
- An additive strong typedef library for C++14/17/20☆434Updated 3 months ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆365Updated 2 weeks 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…☆324Updated 2 weeks ago
- A C++20 library for sequence-orientated programming☆592Updated 3 weeks ago
- C++20 Meta-Programming library☆281Updated 2 weeks ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆747Updated this week
- Reference implementation of Dragonbox in C++☆644Updated 6 months ago
- Range-based goodness for C++17☆363Updated 4 years ago
- The most over-engineered C++ assertion library☆611Updated 3 weeks ago
- Lightweight C++20 testing framework.☆279Updated 3 weeks ago
- Zero overhead utilities for preventing bugs at compile time☆1,576Updated 7 months ago
- A C++ library that uses clever tricks to create super low-code, yet fully functional CLIs☆448Updated 7 months ago
- Parse command line arguments by defining a struct☆490Updated 6 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆939Updated 2 months ago
- C++11 (and onwards) library for lazy evaluation☆355Updated this week
- C++17 Run-time Polymorphism (Type Erasure) library☆472Updated last month
- A fast, simple tuple implementation that implements tuple as an aggregate☆216Updated 7 months ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆498Updated 11 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆697Updated 2 months ago
- A miniature library for struct-field reflection in C++☆555Updated last month
- This is an experimental library that has evolved to P2688☆675Updated 5 months ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆215Updated 3 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆564Updated 8 months ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆246Updated 3 years ago
- Runtime polymorphism done right☆1,003Updated 3 years ago
- scanf for modern C++☆1,173Updated last month
- C++11/14/17 std::optional with functional-style extensions and reference support☆886Updated 10 months ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆458Updated last month