func hyperkvParse()

in parser.go [275:277]


func hyperkvParse(hyperkvlex hyperkvLexer) int {
	return hyperkvNewParser().Parse(hyperkvlex)
}