From 7df8634e3a1e6bace4bb22e400a0638be4a77332 Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 19 Jan 2024 23:48:07 +0900 Subject: [PATCH] Add srell (regex library) (#1495) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64cac02..b02503c 100644 --- a/README.md +++ b/README.md @@ -965,6 +965,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [RE2](https://github.com/google/re2) - A software library for regular expressions via a finite-state machine using automata theory. [BSD-3-Clause] * [SLRE](https://github.com/cesanta/slre) - Super Light Regexp engine for C/C++. [GPLv2/Proprietary] * [sregex](https://github.com/openresty/sregex) - A non-backtracking NFA/DFA-based Perl-compatible regex engine library for matching on large data streams. [BSD] +* [SRELL](https://www.akenotsuki.com/misc/srell/en/) - Unicode-aware regular expression template library for C++. [BSD] ## Robotics