github.com/google/licensecheck/internal/match.reParser.push (method)
9 uses
github.com/google/licensecheck/internal/match (current package)
resyntax.go#L201: p.push(&reSyntax{op: opLeftParen})
resyntax.go#L277: p.push(&reSyntax{op: opWild, n: int32(n)})
resyntax.go#L327: func (p *reParser) push(re *reSyntax) *reSyntax {
resyntax.go#L354: re = p.push(&reSyntax{op: opWords})
resyntax.go#L376: p.push(&reSyntax{op: opVerticalBar})
resyntax.go#L419: p.push(re1)
resyntax.go#L454: return p.push(&reSyntax{op: opEmpty})
resyntax.go#L457: return p.push(p.collapse(opConcat, subs))
resyntax.go#L471: return p.push(p.collapse(opAlternate, subs))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |