go1.20.5
GoThrough

token.ADD

// The list of tokens. // Operators and delimiters const ADD = iota

token.ADD_ASSIGN

// The list of tokens. const ADD_ASSIGN = iota

token.AND

// The list of tokens. const AND = iota

token.AND_ASSIGN

// The list of tokens. const AND_ASSIGN = iota

token.AND_NOT

// The list of tokens. const AND_NOT = iota

token.AND_NOT_ASSIGN

// The list of tokens. const AND_NOT_ASSIGN = iota

token.ARROW

// The list of tokens. const ARROW = iota

token.ASSIGN

// The list of tokens. const ASSIGN = iota

token.BREAK

// The list of tokens. // Keywords const BREAK = iota

token.CASE

// The list of tokens. const CASE = iota

token.CHAN

// The list of tokens. const CHAN = iota

token.CHAR

// The list of tokens. const CHAR = iota

token.COLON

// The list of tokens. const COLON = iota

token.COMMA

// The list of tokens. const COMMA = iota

token.COMMENT

// The list of tokens. const COMMENT = iota

token.CONST

// The list of tokens. const CONST = iota

token.CONTINUE

// The list of tokens. const CONTINUE = iota

token.DEC

// The list of tokens. const DEC = iota

token.DEFAULT

// The list of tokens. const DEFAULT = iota

token.DEFER

// The list of tokens. const DEFER = iota

token.DEFINE

// The list of tokens. const DEFINE = iota

token.ELLIPSIS

// The list of tokens. const ELLIPSIS = iota

token.ELSE

// The list of tokens. const ELSE = iota

token.EOF

// The list of tokens. const EOF = iota

token.EQL

// The list of tokens. const EQL = iota

token.FALLTHROUGH

// The list of tokens. const FALLTHROUGH = iota

token.FLOAT

// The list of tokens. const FLOAT = iota

token.FOR

// The list of tokens. const FOR = iota

token.FUNC

// The list of tokens. const FUNC = iota

token.GEQ

// The list of tokens. const GEQ = iota

token.GO

// The list of tokens. const GO = iota

token.GOTO

// The list of tokens. const GOTO = iota