An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 1a2f1b7ca9 Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods
cmd Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods
greg Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods
.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