From 77b97b240ac36bd3c5b3dcfae3a83e75b736c08f Mon Sep 17 00:00:00 2001 From: Yingfan Guo <115908952+sentomk@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:29:07 +0800 Subject: [PATCH] =?UTF-8?q?Add=20Patternia=20=E2=80=94=20header-only=20com?= =?UTF-8?q?pile-time=20pattern=20matching=20DSL=20for=20C++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69734fbd5..97e741eae 100644 --- a/README.md +++ b/README.md @@ -1266,6 +1266,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [mio](https://github.com/mandreyel/mio) - Cross-platform C++11 header-only library for memory mapped file IO. [MIT] * [MPark.Variant](https://github.com/mpark/variant) - C++17 `std::variant` for C++11/14/17. [BSL-1.0] * [MPH](https://github.com/qlibs/mph) - C++20 [Minimal] Static Perfect Hash library. [MIT] +* [Patternia](https://github.com/sentomk/patternia) - A header-only compile-time pattern matching DSL for modern C++. [MIT] * [PEGTL](https://github.com/taocpp/PEGTL) - The Parsing Expression Grammar Template Library. [MIT] * [Pipes](https://github.com/joboccara/pipes) - Pipelines for expressive code on collections in C++. [MIT] * [pprint](https://github.com/p-ranav/pprint) - Pretty Printer for Modern C++. [MIT]