An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 052de55826 question() now returns 2 values
cmd Wrote 'reg.FindSubmatch()' which returns the leftmost match with submatches, renamed 'isValid' to 'IsValid' to export it, renamed 'ToString' to 'String'
regex question() now returns 2 values
.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