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.
 
 
 
Go to file
Aadhavan Srinivasan 723be527fb Updated TODO 4 months ago
.gitignore Added gitignore 5 months ago
Makefile Disable compile-time optimization 5 months ago
go.mod More Kleene star fixes 5 months ago
go.sum Print matched content in color 5 months ago
main.go Added support for detecting assertion characters; changed input so that newline isn't required 4 months ago
matching.go Fixed typo 4 months ago
misc.go Made conditions for word boundary a little more relaxed 4 months ago
nfa.go Wrote function to check if the assertion of a state is true 4 months ago
postfixNode.go Set node type to ASSERTION if the character represents an assertion 4 months ago
re_test.go Added more test cases 4 months ago
sliceQueue.go Added 'mustPop' function which panics if slice is empty 4 months ago
stateContents.go Got rid of function that I don't need anymore 4 months ago
todo.txt Updated TODO 4 months ago