An NFA-based regex engine with a library and command-line tool.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Aadhavan Srinivasan c894ee4c0d Renamed match function to 'findAllMatches', to better represent what it does 5 months ago
.gitignore Added gitignore 5 months ago
Makefile Disable compile-time optimization 5 months ago
go.mod More Kleene star fixes 5 months ago
go.sum Print matched content in color 5 months ago
main.go Renamed match function to 'findAllMatches', to better represent what it does 5 months ago
matching.go Renamed match function to 'findAllMatches', to better represent what it does 5 months ago
misc.go First commit 5 months ago
nfa.go Fixed kleene star behavior, which used to behave like a '+' 5 months ago
sliceQueue.go First commit 5 months ago
todo.txt Added TODO 5 months ago