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.
 
 
Aadhavan Srinivasan aee04cd8fe unique_append now returns the number of unique elements appended 2 months ago
.gitignore Added gitignore 2 months ago
Makefile Disable compile-time optimization 2 months ago
go.mod More Kleene star fixes 2 months ago
go.sum Print matched content in color 2 months ago
main.go Added question mark operator - 0 or 1 2 months ago
matching.go Stricter check for adding zero-length match at end of string 2 months ago
misc.go unique_append now returns the number of unique elements appended 2 months ago
nfa.go Added alternate function, removed relevant code from main; also started working on escape characters 2 months ago
re_test.go Added test cases 2 months ago
sliceQueue.go Added 'mustPop' function which panics if slice is empty 2 months ago
todo.txt Updated TODO 2 months ago