(start, end int)
| 586 | } |
| 587 | |
| 588 | func (p *codeParser) sourceRange(start, end int) string { |
| 589 | return p.parser.src[start:end] |
| 590 | } |
| 591 | |
| 592 | func (p *codeParser) lookahead() goToken { |
| 593 | if tok, ok := Value(p.bufferedToken); ok { |
no outgoing calls
no test coverage detected