Versions in this module Expand all Collapse all v0 v0.1.0 Oct 26, 2020 v0.0.2 Sep 12, 2020 Changes in this version + type Type string v0.0.1 Aug 18, 2020 Changes in this version + func IsXName(s string) bool + type Token struct + Type TokenType + Value string + type TokenType string + const ASSIGN + const COLON + const COMMA + const EOF + const IDENT + const ILLEGAL + const SEMICOLON + const STRING