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 ea64ddc88a Removed unnecessary duplication of assertion checking 5 months ago
.gitignore Added gitignore 6 months ago
Makefile Disable compile-time optimization 6 months ago
go.mod Updated go.mod 6 months ago
go.sum Print matched content in color 6 months ago
main.go Moved flag-checking after flag.Parse() 5 months ago
matching.go Wrote toString function for MatchIndex 5 months ago
misc.go Removed dotChars() function, moved notDotChars() setting to main() 5 months ago
nfa.go Removed unnecessary duplication of assertion checking 5 months ago
postfixNode.go Added fields to denote all the characters that an 'allChars' postfixNode _shouldn't_ represent (useful for inverting character classes) 5 months ago
re_test.go Added unicode tests 5 months ago
sliceQueue.go Added 'mustPop' function which panics if slice is empty 6 months ago
stateContents.go Got rid of function that I don't need anymore 6 months ago
todo.txt Updated TODO 5 months ago
unique_array.go Got rid of list for uniq_arr (O(n) deletion) and instead have separate method to create list (O(n) list creation) 5 months ago