type regexp/syntax.Inst
14 uses
regexp/syntax (current package)
compile.go#L164: c.p.Inst = append(c.p.Inst, Inst{Op: op})
prog.go#L19: Inst []Inst
prog.go#L115: type Inst struct {
prog.go#L129: func (p *Prog) skipNop(pc uint32) *Inst {
prog.go#L138: func (i *Inst) op() InstOp {
prog.go#L195: func (i *Inst) MatchRune(r rune) bool {
prog.go#L204: func (i *Inst) MatchRunePos(r rune) int {
prog.go#L266: func (i *Inst) MatchEmptyWidth(before rune, after rune) bool {
prog.go#L284: func (i *Inst) String() string {
prog.go#L316: func dumpInst(b *strings.Builder, i *Inst) {
regexp
exec.go#L33: inst *syntax.Inst
exec.go#L104: func (m *machine) alloc(i *syntax.Inst) *thread {
onepass.go#L32: syntax.Inst
onepass.go#L86: func iop(i *syntax.Inst) syntax.InstOp {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |