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.
 
 
 
Aadhavan Srinivasan ee6bb3959c Removed function that wasn't being used in 'greg', moved to 'main' 3 days ago
cmd Removed function that wasn't being used in 'greg', moved to 'main' 3 days ago
greg Removed function that wasn't being used in 'greg', moved to 'main' 3 days ago
.gitignore Added gitignore 3 months ago
Makefile Disable compile-time optimization 3 months ago
go.mod Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods 3 days ago
go.sum Print matched content in color 3 months ago