Crates.io | redfa |
lib.rs | redfa |
version | 0.0.3 |
source | src |
created_at | 2016-04-02 21:14:40.589618 |
updated_at | 2023-12-26 00:35:02.392583 |
description | Regular expression derivatives for creating DFAs. |
homepage | https://github.com/goffrie/redfa |
repository | https://github.com/goffrie/redfa |
max_upload_size | |
id | 4657 |
size | 61,393 |
A regular expression and DFA library. Supports parsing and manipulating simple regular expressions over Unicode codepoints, and converting them to DFAs. Also has an implementation of Hopcroft's algorithm for DFA minimization.