Hacker News new | ask | show | jobs
by kccqzy 2244 days ago
On the implementation's side, Russ Cox's articles are pretty indispensable:

https://swtch.com/~rsc/regexp/regexp1.html

https://swtch.com/~rsc/regexp/regexp2.html

And actual implementations based on these articles: https://github.com/google/re2 and https://github.com/rust-lang/regex

1 comments

More articles and notes from Russ Cox: https://swtch.com/~rsc/regexp/