A minimal implementation of Regex in Rust, written by me for me. Just for educational purposes. I will probably never use this. Built by following along with this article.
- Grammar
- Parser
- Compiler
- Matcher
(Hopefully) will end up being a minimal implementation of a regex engine in Rust. Being built for educational purposes only.
Rust
A minimal implementation of Regex in Rust, written by me for me. Just for educational purposes. I will probably never use this. Built by following along with this article.