From 7a1d63a25cd32f38d9530bd5bde829b9ccba8561 Mon Sep 17 00:00:00 2001 From: Mansur Date: Sat, 7 Oct 2023 02:59:10 -0600 Subject: [PATCH] Add Building Regex Engine in Go tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df434e3..8ef721d 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ It's a great way to learn. * [**C**: _A Regular Expression Matcher_](https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html) * [**C**: _Regular Expression Matching Can Be Simple And Fast_](https://swtch.com/~rsc/regexp/regexp1.html) +* [**Go**: _How to build a regex engine from scratch_](https://rhaeguard.github.io/posts/regex) * [**JavaScript**: _Build a Regex Engine in Less than 40 Lines of Code_](https://nickdrane.com/build-your-own-regex/) * [**JavaScript**: _How to implement regular expressions in functional javascript using derivatives_](http://dpk.io/dregs/toydregs) * [**JavaScript**: _Implementing a Regular Expression Engine_](https://deniskyashif.com/2019/02/17/implementing-a-regular-expression-engine/)