An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 3a7373bb2b Started working on new type to represent state contents
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod More Kleene star fixes
go.sum Print matched content in color
main.go Fixed small bug with question mark operator, wasn't adding the empty state's output
matching.go Use new unique append to check if unique states have been added to tempStates
misc.go unique_append now returns the number of unique elements appended
nfa.go Use new unique_append function signature
re_test.go Added more test cases
sliceQueue.go Added 'mustPop' function which panics if slice is empty
stateContents.go Started working on new type to represent state contents
todo.txt Updated TODO