yhirose / cpp-peglibLinks
A single file C++ header-only PEG (Parsing Expression Grammars) library
☆961Updated 2 weeks ago
Alternatives and similar repositories for cpp-peglib
Users that are interested in cpp-peglib are comparing it to the libraries listed below
Sorting:
- C++ parsing DSL☆1,095Updated last week
- Parsing Expression Grammar Template Library☆2,031Updated last week
- Zero overhead utilities for preventing bugs at compile time☆1,585Updated 9 months ago
- 💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and conte…☆250Updated 4 years ago
- Library to parse and work with the C++ AST☆1,729Updated last year
- Runtime polymorphism done right☆1,009Updated 4 years ago
- A (work-in-progress) nextgen Doxygen for C++☆956Updated last year
- scanf for modern C++☆1,188Updated this week
- P1031 low level file i/o and filesystem library for the C++ standard☆954Updated 3 weeks ago
- 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 tab…☆473Updated 9 months ago
- Compile Time Type Information for C++☆591Updated 2 years ago
- This is an experimental library that has evolved to P2688☆674Updated 6 months ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,428Updated 3 months ago
- A C/C++ header to help move #ifdefs out of your code☆850Updated 9 months ago
- A miniature library for struct-field reflection in C++☆570Updated 3 months ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,398Updated this week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆567Updated 10 months ago
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆614Updated 2 years ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆896Updated last year
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,155Updated 2 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆752Updated 3 weeks ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆367Updated 2 months ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,203Updated 8 months ago
- A simple to use, composable, command line parser for C++ 11 and beyond☆519Updated 3 weeks ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆843Updated last year
- Cross-platform C++11 header-only library for memory mapped file IO☆1,829Updated last year
- C++11/14/17 std::expected with functional-style extensions☆1,671Updated 5 months ago
- Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debuggin…☆759Updated 6 months ago
- C++20 μ(micro)/Unit Testing framework