pub fn validate(ast: &ParserAst) -> Vec<ValidationError>Expand description
Validate a parser AST. Returns the list of errors (empty on success).
pub fn validate(ast: &ParserAst) -> Vec<ValidationError>Validate a parser AST. Returns the list of errors (empty on success).