/rustregex

Regex parser in Rust

Primary LanguageRust

rustregex

About

rustregex is a toy regex parser written in Rust, with no other dependencies beyond the Rust Standard Library std.

Requirements

References

  • This project is very heavily based on this article by Denis Kyashif.
  • The implementation of parsers as monadic parsers is based on this blog post by Alex Grebenyuk.