Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thaliaarchi/re1-rust

A port of re1, Russ Cox’s simple, virtual machine–based regular expression engine
https://github.com/thaliaarchi/re1-rust

regular-expression

Last synced: 10 days ago
JSON representation

A port of re1, Russ Cox’s simple, virtual machine–based regular expression engine

Awesome Lists containing this project

README

        

# re1-rust

A port of [re1](https://github.com/rsc/re1), Russ Cox’s simple, virtual
machine–based regular expression engine, as described in his article
[“Regular Expression Matching: the Virtual Machine Approach”](https://swtch.com/~rsc/regexp/regexp2.html).