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).