An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 4a30977d15 Added test cases
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod More Kleene star fixes
go.sum Print matched content in color
main.go Added alternate function, removed relevant code from main; also started working on escape characters
matching.go Match empty string if start state is kleene star
misc.go Added 'unique append' function, to ensure that elements in slice are unique
nfa.go Added alternate function, removed relevant code from main; also started working on escape characters
re_test.go Added test cases
sliceQueue.go Added 'mustPop' function which panics if slice is empty
todo.txt Updated TODO