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
/
main.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-12-10
Fixed a bug where it wouldn't match spaces
HEAD
master
omagdy7
1
-1
/
+2
2023-12-04
Added some extra tests
omagdy7
1
-3
/
+1
2023-12-04
Removed Uncessary String and replaced them with &str
omagdy7
1
-2
/
+2
2023-12-04
Added a From Regex implementation for NFA
omagdy7
1
-5
/
+5
2023-12-02
NFA implementation with support for kleene*, union and simple concatination ↵
omagdy7
1
-7
/
+2
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
-9
/
+13
2023-11-30
Finished most of implementation of regex to nfa
omagdy7
1
-6
/
+4
2023-11-30
Restructures the project into separate files and added basic NFA functionality
omagdy7
1
-162
/
+15
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
1
-126
/
+114
2023-11-29
Added intial structure of program
omagdy7
1
-1
/
+154
2022-09-05
Added intial project
omagdy7
1
-0
/
+3