aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02NFA implementation with support for kleene*, union and simple concatination ↵omagdy71-7/+2
using thomposon's construction with simulation function that matches a given regex
2023-12-02This almost works but fails it doesn't fail when there is extra inputomagdy71-9/+13
2023-11-30Finished most of implementation of regex to nfaomagdy71-6/+4
2023-11-30Restructures the project into separate files and added basic NFA functionalityomagdy71-162/+15
2023-11-29Added a regex parser which takes a string and parses the regex into tokensomagdy71-32/+54
2023-11-29Updated README.mdomagdy71-126/+114
2023-11-29Added intial structure of programomagdy71-1/+154
2022-09-05Added intial projectomagdy71-0/+3