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
path:
root
/
src
/
nfa.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-12-04
Fixed typo
omagdy7
1
-1
/
+1
2023-12-04
Removed uncessary cloning of chars and used indxes instead which should ↵
omagdy7
1
-22
/
+14
result performance boost
2023-12-04
Added some extra tests
omagdy7
1
-2
/
+9
2023-12-04
Removed Uncessary String and replaced them with &str
omagdy7
1
-3
/
+3
2023-12-04
Added a From Regex implementation for NFA
omagdy7
1
-13
/
+22
2023-12-02
NFA implementation with support for kleene*, union and simple concatination ↵
omagdy7
1
-47
/
+29
using thomposon's construction with simulation function that matches a given regex
2023-12-02
This almost works but fails it doesn't fail when there is extra input
omagdy7
1
-51
/
+120
2023-11-30
Finished most of implementation of regex to nfa
omagdy7
1
-12
/
+26
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
1
-0
/
+136