An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan ee6bb3959c Removed function that wasn't being used in 'greg', moved to 'main'
cmd Removed function that wasn't being used in 'greg', moved to 'main'
greg Removed function that wasn't being used in 'greg', moved to 'main'
.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