boostorg / parser
A C++ parser combinator library.
☆94Updated this week
Related projects ⓘ
Alternatives and complementary repositories for parser
- ranges features for c+23 ported to C++20☆76Updated last year
- A C++14 and later CRTP template for defining iterators☆70Updated this week
- An indirect value-type for C++☆82Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated last year
- Core abstractions for dealing with concurrency in C++☆66Updated 7 months ago
- C++20 Compact Tuple Tools☆47Updated this week
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆109Updated 7 months ago
- a small lightweight std::execution work-alike☆55Updated last month
- std::bitset with constexpr implementations plus additional features.☆117Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆85Updated last month
- Compact SVO optimized vector for C++17 or higher☆96Updated 6 months ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆76Updated last year
- Zoo library☆102Updated 2 months ago
- C++ library aiming to replace all built-in integers☆88Updated last week
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆71Updated 2 weeks ago
- Proposed SG14 status_code for the C++ standard☆64Updated this week
- SPY - C++ Information Broker☆152Updated last week
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated 10 months ago
- Recursive Variant: A simple library for Recursive Variant Types