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)