aboutsummaryrefslogtreecommitdiff
path: root/src/regex.rs
AgeCommit message (Expand)AuthorFilesLines
2023-12-04Added a more ergonomic API for constructing Regexomagdy71-71/+68
2023-12-02NFA implementation with support for kleene*, union and simple concatination u...omagdy71-1/+2
2023-11-30Restructures the project into separate files and added basic NFA functionalityomagdy71-0/+158