package lex type Token struct { Typ Typ Pos int Value string Error error } type Typ int