From d96162f994b694475bacc86816fba5eacca0a6b8 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Sat, 6 Feb 2021 15:20:10 +0100 Subject: [PATCH] languages: read regex article series. --- languages-and-compilers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages-and-compilers.md b/languages-and-compilers.md index 77cbee5..658b12a 100644 --- a/languages-and-compilers.md +++ b/languages-and-compilers.md @@ -16,5 +16,5 @@ ### Regular Expressions -- [ ] 🛠 [Let's Build a Regex Engine](https://kean.blog/post/lets-build-regex) (A Grebenyuk 2019) -- [ ] 📄 [Regular Expression Matching Can Be Simple And Fast](https://swtch.com/~rsc/regexp/regexp1.html) (R Cox 2007) \ No newline at end of file +- [x] 🛠 [Let's Build a Regex Engine](https://kean.blog/post/lets-build-regex) (A Grebenyuk 2019) +- [ ] 📄 [Regular Expression Matching Can Be Simple And Fast](https://swtch.com/~rsc/regexp/regexp1.html) (R Cox 2007)