From fc0af1ccc53e7c5807cf1cf5b633c65c9620da7c Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Fri, 28 Mar 2025 09:09:50 -0400 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7885d6..a2bdea6 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ It also includes features not present in regexp, such as lookarounds and backref The syntax is, for the most part, a superset of Go's regexp. A full overview of the syntax can be found [here](https://pkg.go.dev/gitea.twomorecents.org/Rockingcool/kleingrep/regex#hdr-Syntax). __For more information, see https://pkg.go.dev/gitea.twomorecents.org/Rockingcool/kleingrep/regex__. + +### How it works + +I've written about the inner workings of the engine [on my blog](https://twomorecents.org/writing-regex-engine/index.html).