An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan aee24644e9 Use new unique_append function signature
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod More Kleene star fixes
go.sum Print matched content in color
main.go Added question mark operator - 0 or 1
matching.go Stricter check for adding zero-length match at end of string
misc.go unique_append now returns the number of unique elements appended
nfa.go Use new unique_append function signature
re_test.go Added test cases
sliceQueue.go Added 'mustPop' function which panics if slice is empty
todo.txt Updated TODO