An NFA-based regex engine with a library and command-line tool.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Aadhavan Srinivasan fe5c94b4df Use new unique append to check if unique states have been added to tempStates 4 months ago
.gitignore Added gitignore 5 months ago
Makefile Disable compile-time optimization 5 months ago
go.mod More Kleene star fixes 5 months ago
go.sum Print matched content in color 5 months ago
main.go Fixed small bug with question mark operator, wasn't adding the empty state's output 4 months ago
matching.go Use new unique append to check if unique states have been added to tempStates 4 months ago
misc.go unique_append now returns the number of unique elements appended 4 months ago
nfa.go Use new unique_append function signature 4 months ago
re_test.go Added more test cases 4 months ago
sliceQueue.go Added 'mustPop' function which panics if slice is empty 4 months ago
todo.txt Updated TODO 4 months ago