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
3a3333b38a
I added support for hex values (eg. \x0F), octal values (eg. \012) and extended hex values (eg. \x{000F2A}). I also expanded the abilities of character clsses, to include things like escaped characters (eg. [aefp\)]) and character ranges _inside_ inverted character classes (eg. [^\w] which is functionally equivalent to [\W]). |
3 days ago | |
---|---|---|
.gitignore | 3 months ago | |
Makefile | 3 months ago | |
compile.go | 3 days ago | |
go.mod | 3 months ago | |
go.sum | 3 months ago | |
main.go | 3 days ago | |
matching.go | 2 weeks ago | |
misc.go | 1 month ago | |
nfa.go | 2 weeks ago | |
postfixNode.go | 1 month ago | |
range2regex.go | 2 months ago | |
re_test.go | 2 weeks ago | |
sliceQueue.go | 3 months ago | |
stateContents.go | 3 months ago | |
todo.txt | 3 weeks ago | |
unique_array.go | 3 months ago |