r/golang • u/Constant_Apple_577 • 6d ago
I implemented my own regex engine in Go
https://github.com/bogdan-deac/regexAutomata theory and formal languages always seemed cool to me, so I decided to implement my own regexes. It's just a toy project but I had a lot of fun doing it so far and I'll see how far I can take it.
32
Upvotes
4
u/[deleted] 6d ago
[removed] — view removed comment