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.
☆468Updated 6 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.☆594Updated 2 years ago
- C++ parsing DSL☆1,046Updated 2 months ago
- An additive strong typedef library for C++14/17/20☆428Updated last month
- A C++20 library for sequence-orientated programming☆561Updated 2 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆673Updated 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…☆317Updated 7 months ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆362Updated 3 months ago
- A C++ library that uses clever tricks to create super low-code, yet fully functional CLIs☆447Updated 6 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆931Updated last month
- Lightweight C++20 testing framework.☆277Updated 3 months ago
- C++11 (and onwards) library for lazy evaluation☆349Updated this week
- scanf for modern C++☆1,128Updated 4 months ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆446Updated last week
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆210Updated 2 months ago
- The most over-engineered C++ assertion library☆597Updated this week
- C++20 Meta-Programming library☆265Updated 2 months ago
- Range-based goodness for C++17☆361Updated 4 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆743Updated last month
- A single file C++ header-only PEG (Parsing Expression Grammars) library☆939Updated 4 months ago
- This is an experimental library that has evolved to P2688☆670Updated 3 months ago
- The modern documentation tool for C++.☆321Updated 7 months ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆245Updated 3 years ago
- Parse command line arguments by defining a struct☆487Updated 4 months ago
- Simple C++20 module support for CMake☆211Updated last year
- Heap Layers: An Extensible Memory Allocation Infrastructure☆391Updated 7 months ago
- C++20 Static Reflection library☆376Updated last month
- C++17 Run-time Polymorphism (Type Erasure) library☆466Updated 9 months ago
- A miniature library for struct-field reflection in C++☆544Updated 2 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆560Updated 7 months ago
- Reference implementation of Dragonbox in C++☆633Updated 4 months ago