Hacker News
- Implementing Regular Expressions in TypeScript Types (Badly) https://skalt.github.io/projects/brzozowski_ts/ 12 comments
- Implementing Regular Expressions (2007) https://swtch.com/~rsc/regexp/ 4 comments
- Implementing Regular Expressions http://swtch.com/~rsc/regexp/ 9 comments
- Implementing Regular Expressions in Hare https://harelang.org/blog/2022-06-03-implementing-regular-expressions-in-hare/ 5 comments
Lobsters
- Implementing Regular Expressions https://swtch.com/~rsc/regexp/ 6 comments c , programming
- How to Implement Regular Expressions in JavaScript using Derivatives http://dpk.io/dregs/toydregs 7 comments compsci , javascript , programming
- Implementing a Regular Expression Engine https://deniskyashif.com/2019/02/17/implementing-a-regular-expression-engine/ 5 comments programming
- Implementing a Regular Expression Engine https://deniskyashif.com/2019/02/17/implementing-a-regular-expression-engine/ 11 comments compsci
- Static regular expression implemented with C++ templates. https://www.reddit.com/r/cpp/comments/4qyrm7/static_regular_expression_implemented_with_c/ 18 comments cpp
- "Many real-world "regular expression" engines implement features that cannot be described by the regular expressions in the sense of formal language theory" https://en.wikipedia.org/wiki/regular_expression#patterns_for_non-regular_languages 76 comments programming