An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan cd680371fb Added function allEqual - checks if all given values are equal
.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 Unique append to match indices (ensure match indices aren't repeated
misc.go Added function allEqual - checks if all given values are equal
nfa.go Use new unique_append function signature
re_test.go Added more tests
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