/minregex

(Hopefully) will end up being a minimal implementation of a regex engine in Rust. Being built for educational purposes only.

Primary LanguageRust

Min Regex

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.

To-Dos:

  • Grammar
  • Parser
  • Compiler
  • Matcher