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 (
Collapse
)
Author
Files
Lines
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 ↵
omagdy7
3
-55
/
+33
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
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