go/parser.parser.parseExpr (method)
6 uses
go/parser (current package)
parser.go#L581: list = append(list, p.checkExpr(p.parseExpr(lhs)))
parser.go#L584: list = append(list, p.checkExpr(p.parseExpr(lhs)))
parser.go#L1312: x := p.checkExpr(p.parseExpr(keyOk))
parser.go#L1631: func (p *parser) parseExpr(lhs bool) ast.Expr {
parser.go#L1642: x := p.checkExpr(p.parseExpr(false))
parser.go#L1650: x := p.checkExprOrType(p.parseExpr(false))
![]() |
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. |