const go/token.IMAG
6 uses
go/token (current package)
token.go#L32: IMAG // 123.45i
token.go#L139: IMAG: "IMAG",
go/parser
parser.go#L1154: case token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING:
parser.go#L2226: token.IDENT, token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING, token.FUNC, token.LPAREN, // operands
go/printer
nodes.go#L986: if lit.Kind != token.INT && lit.Kind != token.FLOAT && lit.Kind != token.IMAG {
go/scanner
scanner.go#L474: tok = token.IMAG
 |
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. |