aboutsummaryrefslogtreecommitdiff
path: root/src/regex.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-12-10Fixed a bug where it wouldn't match spacesHEADmasteromagdy71-1/+11
2023-12-04Removed Uncessary String and replaced them with &stromagdy71-17/+8
2023-12-04Added a more ergonomic API for constructing Regexomagdy71-71/+68
2023-12-02NFA implementation with support for kleene*, union and simple concatination ↵omagdy71-1/+2
using thomposon's construction with simulation function that matches a given regex
2023-11-30Restructures the project into separate files and added basic NFA functionalityomagdy71-0/+158