package token type TScope string func (s *TScope) ToString() string { return string(*s) }