Hacker News
- A Regular Expression Matcher (2007) https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html 25 comments
- A Regular Expression Matcher (2007) https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html 22 comments
- A Regular Expression Matcher (2007) http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html 34 comments
- A regular expression matcher in Scheme using derivatives http://matt.might.net/articles/implementation-of-regular-expression-matching-in-scheme-with-derivatives/ 9 comments
- A regular expression matcher in 19 lines of Clojure https://plus.google.com/117377434815709898403/posts/HQek48JMJb3 10 comments
- A Regular Expression Matcher in 30 lines of C http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html 9 comments
- A regular expression matcher By Rob Pike and Brian Kernighan (2007) http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html 45 comments
- SoH tutorial: a regular expression matcher using continuations https://haskell.fpcomplete.com/user/pbv/a-regular-expression-matcher 4 comments haskell
- A Regular Expression Matcher in 30 lines of C http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html 79 comments programming
- An Efficient and Elegant Regular Expression Matcher in Python http://morepypy.blogspot.com/2010/05/efficient-and-elegant-regular.html 21 comments programming
- A Regular Expression Matcher - Code by Rob Pike - Exegesis by Brian Kernighan https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html 9 comments c_programming
- CUDA grep - A Hardware Accelerated Regular Expression Matcher http://bkase.github.io/cuda-grep/finalreport.html 33 comments linux