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