An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 15ee49f42e Rename method receivers from 'regex' to 're' (it's shorter)
cmd Removed redundant return (staticcheck)
regex Rename method receivers from 'regex' to 're' (it's shorter)
.gitignore Added gitignore
LICENSE Updated license
Makefile Disable all optimizations
go.mod Updated module name to 'kleingrep' (Let's goo!)
go.sum Print matched content in color