func init() { lexer.LoadTokenMap(testKeywords) }
func init() { // Loads keyword tokens into lexer lexer.LoadTokenMap(tokenMap) }