An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 5ee427230c Replaced 'pop' with 'mustPop' which panics on error
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod More Kleene star fixes
go.sum Print matched content in color
main.go Replaced 'pop' with 'mustPop' which panics on error
matching.go Started working on '+' operator
misc.go First commit
nfa.go Fixed kleene star behavior, which used to behave like a '+'
re_test.go Added more test cases
sliceQueue.go Return error if stack is empty
todo.txt Updated TODO