Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thaliaarchi/re1-rust
- Owner: thaliaarchi
- License: bsd-3-clause
- Created: 2023-02-24T23:24:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:06:49.000Z (about 2 months ago)
- Last Synced: 2024-12-11T12:19:42.823Z (about 2 months ago)
- Topics: regular-expression
- Language: Rust
- Homepage: https://swtch.com/~rsc/regexp/regexp2.html
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).