An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan 20db62c596 Got rid of function that I don't need anymore
.gitignore Added gitignore
Makefile Disable compile-time optimization
go.mod More Kleene star fixes
go.sum Print matched content in color
main.go Added support for detecting assertion characters; changed input so that newline isn't required
matching.go Big rewrite - assertion handling, zero-match fixes, change in recursive calls
misc.go Added constants for LBRACKET and RBRACKET
nfa.go Use stateContents type to allow a state to store multiple characters
postfixNode.go Wrote function to provide correct node for escaped character
re_test.go Added more test cases
sliceQueue.go Added 'mustPop' function which panics if slice is empty
stateContents.go Got rid of function that I don't need anymore
todo.txt Updated TODO