package parser
type parser struct {
}
func New() *parser {
return &parser{}
func (p *parser) Start() {