| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| master | Fixed a bug where it wouldn't match spaces | omagdy7 | 24 months | |
| Age | Commit message | Author | Files | Lines |
| 2023-12-10 | Fixed a bug where it wouldn't match spacesHEADmaster | omagdy7 | 3 | -2/+18 |
| 2023-12-04 | Fixed typo | omagdy7 | 1 | -1/+1 |
| 2023-12-04 | Removed uncessary cloning of chars and used indxes instead which should resul... | omagdy7 | 1 | -22/+14 |
| 2023-12-04 | Added some extra tests | omagdy7 | 2 | -5/+10 |
| 2023-12-04 | Removed Uncessary String and replaced them with &str | omagdy7 | 3 | -22/+13 |
| 2023-12-04 | Added a From Regex implementation for NFA | omagdy7 | 2 | -18/+27 |
| 2023-12-04 | Added a more ergonomic API for constructing Regex | omagdy7 | 1 | -71/+68 |
| 2023-12-02 | NFA implementation with support for kleene*, union and simple concatination u... | omagdy7 | 3 | -55/+33 |
| 2023-12-02 | This almost works but fails it doesn't fail when there is extra input | omagdy7 | 2 | -60/+133 |
| 2023-11-30 | Finished most of implementation of regex to nfa | omagdy7 | 2 | -18/+30 |
| [...] | ||||
