An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan c3c3829ac9 Move 'genRange' function to 'cmd'
cmd Move 'genRange' function to 'cmd'
greg Move 'genRange' function to 'cmd'
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods
go.sum Print matched content in color