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 ce156c4405 Fixed kleene star matching at end of string - failed test a* and ppppppppaaaaaaaa 2 months ago
.gitignore Added gitignore 2 months ago
Makefile Disable compile-time optimization 2 months ago
go.mod More Kleene star fixes 2 months ago
go.sum Print matched content in color 2 months ago
main.go Initial support for multiple matching 2 months ago
matching.go Fixed kleene star matching at end of string - failed test a* and ppppppppaaaaaaaa 2 months ago
misc.go First commit 2 months ago
nfa.go Fixed kleene star behavior, which used to behave like a '+' 2 months ago
sliceQueue.go First commit 2 months ago
todo.txt Added TODO 2 months ago