Hi all. As some of us may be aware, I'm working on a byte-oriented regex engine.
I'm not hasting to an implementation, and I want to be sure it won't be obviously faulty. So I posted my pseudo-code for cross-checking. I hope this isn't be off-topic, because it could be relevant for cross-checking implementations and the specification against each other. My code is still a work-in-progress, so it's not fully published yet, I asked the author of another ERE implementation for peer review, and posted my idea as an issue under his repository: https://github.com/mikehaertel/minrx/issues/44 Thanks. DannyNiu/NJF.