• Russ Cox's avatar
    exp/regexp: bug fixes and RE2 tests · 08ae1a5a
    Russ Cox authored
    Also add exp/regexp to build (forgot before).
    
    At this point I am very confident in exp/regexp's
    behavior.  It should be usable as a drop-in
    replacement for regexp now.
    
    Later CLs could introduce a CompilePOSIX
    to get at traditional POSIX ``extended regular expressions''
    as in egrep and also an re.MatchLongest method to
    change the matching mode to leftmost longest
    instead of leftmost first.  On the other hand, I expect
    very few people to use either.
    
    R=r, r, gustavo
    CC=golang-dev
    https://golang.org/cl/4990041
    08ae1a5a
Name
Last commit
Last update
..
Makefile Loading commit data...
compile.go Loading commit data...
make_perl_groups.pl Loading commit data...
parse.go Loading commit data...
parse_test.go Loading commit data...
perl_groups.go Loading commit data...
prog.go Loading commit data...
prog_test.go Loading commit data...
regexp.go Loading commit data...
simplify.go Loading commit data...
simplify_test.go Loading commit data...