]> Cypherpunks repositories - gostls13.git/commit
exp/regexp/syntax: finish Regexp manipulation
authorRuss Cox <rsc@golang.org>
Thu, 30 Jun 2011 14:26:22 +0000 (10:26 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 30 Jun 2011 14:26:22 +0000 (10:26 -0400)
commitb4cae4aee24363580c14e69a3b6bbcdf9b108f92
treec2792042fb9ed1a6a65fcec2c55919f440e4c843
parenta809abafa55b6e2c1d2292575b066c1f5860adee
exp/regexp/syntax: finish Regexp manipulation

Except for the inevitable bug fixes, the Regexp code is done.

R=sam.thorogood, r
CC=golang-dev
https://golang.org/cl/4635082
src/pkg/exp/regexp/syntax/parse.go
src/pkg/exp/regexp/syntax/parse_test.go
src/pkg/exp/regexp/syntax/regexp.go
src/pkg/exp/regexp/syntax/simplify.go [new file with mode: 0644]
src/pkg/exp/regexp/syntax/simplify_test.go [new file with mode: 0644]