An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 4781b87b90 Added comments
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod More Kleene star fixes
go.sum Print matched content in color
main.go Added comments
matching.go Restored old behavior with end-of-string - new one didn't seem to work well
misc.go Added 'unique append' function, to ensure that elements in slice are unique
nfa.go Used 'unique append' to ensure that a transition can only contain a given state once
re_test.go Added tests
sliceQueue.go Added 'mustPop' function which panics if slice is empty
todo.txt Updated TODO