Versions in this module Expand all Collapse all v0 v0.3.0 Aug 23, 2019 Changes in this version + func DoValidate(validateParams *CmdContextParamValidate) error + func LoadGrammar(grammarFile string) (*sysl.Application, error) + type CmdContextParamValidate struct + func ConfigureCmdlineForValidate(sysl *kingpin.Application) *CmdContextParamValidate + type Validator struct + func NewValidator(grammar, transform *sysl.Application, parser *parse.Parser) *Validator + func (v *Validator) GetMessages() map[string][]msg.Msg + func (v *Validator) LogMessages() + func (v *Validator) Validate(start string)