package parser type ArgType int const ( NoneType ArgType = iota StringType IntType BoolType Float32Type Float64Type MatchType )