Pzre - pragmatic zig regex engine (opens in new tab)
Hello, I’ve been working on a regex engine since december with a similar philosophy to re2. This project initially started because I needed a regex analysis library, but I somehow derailed quite badly and ended up making a matching engine instead Here are a couple of design philosophies that shaped this project: Sensible defaults; the default automata should be very small and fast without requiring it to cover all possible use cases. There should be a hierarchy of engines that are used as nee...
Read the original article