-
Russ Cox authored
Update #8112 Hide one-pass regexp API. This means moving the code from regexp/syntax to regexp, but it avoids being locked into the specific API chosen for the implementation. It also removes a slice field from the syntax.Inst, which should avoid bloating the memory footprint of a non-one-pass regexp unnecessarily. LGTM=r R=golang-codereviews, r CC=golang-codereviews, iant https://golang.org/cl/98610046
6c10e64a
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
compile.go | ||
doc.go | ||
make_perl_groups.pl | ||
parse.go | ||
parse_test.go | ||
perl_groups.go | ||
prog.go | ||
prog_test.go | ||
regexp.go | ||
simplify.go | ||
simplify_test.go |