A regex bytecode VM

This is really fascinating, and does seem like a cool little project to look into, I've been fascinated by how regexes work for a long time, they always kind of feel like magic, and this article seems like a really fun jumping off point to maybe actually implement at least a simplified one for fun.

#programming #projectIdea

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

Regular Expression Matching: the Virtual Machine Approach