An NFA-based regex engine with a library and command-line tool.
 
 
 
Go to file
Aadhavan Srinivasan fccd3a76f5 Wrote function to check if the assertion of a state is true
.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 Fixed typo
misc.go Made conditions for word boundary a little more relaxed
nfa.go Wrote function to check if the assertion of a state is true
postfixNode.go Set node type to ASSERTION if the character represents an assertion
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