Versions in this module Expand all Collapse all v1 v1.0.1 Jan 18, 2024 v1.0.0 Jan 10, 2024 Changes in this version + var TokMap = TokenMap + type Pos struct + Column int + Line int + Offset int + func (p Pos) String() string + type Token struct + Lit []byte + type TokenMap struct + func (m TokenMap) Id(tok Type) string + func (m TokenMap) StringType(typ Type) string + func (m TokenMap) TokenString(tok *Token) string + func (m TokenMap) Type(tok string) Type + type Type int + const EOF + const INVALID