index
:
rex
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-10
Fixed a bug where it wouldn't match spaces
HEAD
master
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
2023-11-30
Added Thompson's union implementation
omagdy7
1
-1
/
+10
2023-11-30
Added Thompson's concatenation
omagdy7
1
-2
/
+6
2023-11-30
Added Symbol nfa creation
omagdy7
1
-5
/
+12
2023-11-30
Restructures the project into separate files and added basic NFA functionality
omagdy7
3
-162
/
+309
2023-11-29
Added a regex parser which takes a string and parses the regex into tokens
omagdy7
1
-32
/
+54
2023-11-29
Updated README.md
omagdy7
2
-127
/
+117
2023-11-29
Added intial structure of program
omagdy7
5
-1
/
+154
2022-09-05
Added README.md
omagdy7
1
-0
/
+4
2022-09-05
Added intial project
omagdy7
4
-0
/
+19