2 releases
Uses old Rust 2015
0.0.2 | Apr 19, 2024 |
---|---|
0.0.1 | Apr 24, 2015 |
#1209 in Algorithms
73KB
2K
SLoC
A regular expression like library for Rust
Define automata that parse regular languages (languages that can be expressed using a regular expression). There currently is no direct support building an automata from a regular expression, but there is a builder API instead.
Still very much a work in progress
See the tests for examples.