aappleby / matcheroni
A minimalist single-header library for building pattern-matchers, lexers, and parsers.
☆198Updated 2 months ago
Alternatives and similar repositories for matcheroni:
Users that are interested in matcheroni are comparing it to the libraries listed below
- Interactive C/C++ preprocessor macro debugger☆153Updated 4 years ago
- Smart Garbage Collection Library for C++☆177Updated 9 months ago
- Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++☆213Updated last year
- 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…☆463Updated 4 months ago
- Minimal Rust-inspired C++20 STL replacement☆173Updated 3 weeks ago
- Rust-like Traits & A Borrow Checker and Memory Ownership System for C++20 (heavily inspired from Rust)☆233Updated last month
- A floating point arithmetic which works with types of any mantissa, exponent or base in modern header-only C++.☆80Updated 2 months ago
- ☆293Updated 8 months ago
- scpptool is a command line tool to help enforce a memory and data race safe subset of C++.☆150Updated this week
- The PolymurHash universal hash function.☆343Updated last year
- A simple C coroutine library.☆225Updated 11 months 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…☆318Updated 4 months ago
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆123Updated last year
- a graphical C/C++ runtime editor☆185Updated last year
- A hash array-mapped trie implementation in C☆286Updated 11 months ago
- Query C++ codebases using SQLite☆188Updated 2 years ago
- Bytecode interpreter☆70Updated 9 months ago
- Self contained, fully static llvm tools & libs☆346Updated last year
- Reference implementation of Dragonbox in C++☆625Updated 2 months ago
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆204Updated last week
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…☆77Updated this week
- Different algorithms for converting binary to decimal floating-point numbers☆118Updated 2 years ago
- The best C-like language that can be implemented in 10kLOC.☆516Updated 3 weeks ago
- Cake a C23 front end and transpiler written in C