An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 9d786997df Initial support for multiple matching
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod More Kleene star fixes
go.sum Print matched content in color
main.go Initial support for multiple matching
matching.go Initial support for multiple matching
misc.go First commit
nfa.go Fixed kleene star behavior, which used to behave like a '+'
sliceQueue.go First commit
todo.txt Added TODO