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.
kleingrep/regex
Aadhavan Srinivasan ee51e39d59 Added support for start-of-input (\A) and end-of-input (\Z) assertions 3 months ago
..
compile.go Added support for start-of-input (\A) and end-of-input (\Z) assertions 3 months ago
doc.go Removed unnecessary space 3 months ago
matching.go Updated one more reference to epsilon 3 months ago
misc.go Renamed one more variable to avoid exporting 3 months ago
nfa.go Added support for start-of-input (\A) and end-of-input (\Z) assertions 3 months ago
noteOnPCREBackreferences.txt Renamed package 'greg' to 'regex' 3 months ago
postfixNode.go Added support for start-of-input (\A) and end-of-input (\Z) assertions 3 months ago
range2regex.go Updated more referencs to constants 3 months ago
re_test.go Added test for start-of-input and end-of-input assertion 3 months ago
re_tests.py Renamed package 'greg' to 'regex' 3 months ago
re_tests_uniq.py Renamed package 'greg' to 'regex' 3 months ago
sliceQueue.go Renamed package 'greg' to 'regex' 3 months ago
stateContents.go Renamed package 'greg' to 'regex' 3 months ago
todo.txt Renamed package 'greg' to 'regex' 3 months ago