Constant definition in token.go:
literalType = 0 << 30
The only use I see is:
- *func (t token) literal() uint32 { return uint32(t - literalType) }*
-
*func literalToken(literal uint32) token { return token(literalType +
literal) } *
I don't know what the purpose of this writing is. Is it okay to remove
literalType?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/af013b97-cbdb-4324-9f65-2af1e9d4e9den%40googlegroups.com.