regexp/syntax.compiler.alt (method)

2 uses

	regexp/syntax (current package)
		compile.go#L153: 			f = c.alt(f, c.compile(sub))
		compile.go#L200: func (c *compiler) alt(f1, f2 frag) frag {