A simple toy-liked but rapid regex implementation in C
Showing a simple way to implementate regex (around 1k lines)
Just pure comprehension purpose (it's well-commented)
make -f Makefile
Theories based on Russ Cox's articles
Code based on Russ Cox and mostly on Eric Mulvaney's implementation
You can look into it as a cross-reference for a better understading
Further acknowledgements can be found in Russ Cox's article listed above