aboutsummaryrefslogtreecommitdiff
path: root/src/regex.rs
AgeCommit message (Collapse)AuthorFilesLines
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