An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 09812956ac Disable all optimizations
cmd Wrote 'reg.FindSubmatch()' which returns the leftmost match with submatches, renamed 'isValid' to 'IsValid' to export it, renamed 'ToString' to 'String'
regex Trying something out; we'll see if it works
.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