aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterFixed a bug where it wouldn't match spacesomagdy724 months
 
 
AgeCommit messageAuthorFilesLines
2023-12-10Fixed a bug where it wouldn't match spacesHEADmasteromagdy73-2/+18
2023-12-04Fixed typoomagdy71-1/+1
2023-12-04Removed uncessary cloning of chars and used indxes instead which should resul...omagdy71-22/+14
2023-12-04Added some extra testsomagdy72-5/+10
2023-12-04Removed Uncessary String and replaced them with &stromagdy73-22/+13
2023-12-04Added a From Regex implementation for NFAomagdy72-18/+27
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...omagdy73-55/+33
2023-12-02This almost works but fails it doesn't fail when there is extra inputomagdy72-60/+133
2023-11-30Finished most of implementation of regex to nfaomagdy72-18/+30
[...]