An NFA-based regex engine with a library and command-line tool.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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 1 month ago
cmd Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods 1 month ago
greg Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods 1 month ago
.gitignore Added gitignore 5 months ago
Makefile Disable compile-time optimization 5 months ago
go.mod Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods 1 month ago
go.sum Print matched content in color 5 months ago