1 line
588 B
JavaScript
1 line
588 B
JavaScript
window.SIDEBAR_ITEMS = {"fn":[["validate_already_defined","Validates that the given `definitions` do not contain any duplicate rules."],["validate_ast","Validates the abstract syntax tree for common mistakes:"],["validate_pairs","It checks the parsed grammar for common mistakes:"],["validate_pest_keywords","Validates that the given `definitions` do not contain any Pest keywords."],["validate_rust_keywords","Validates that the given `definitions` do not contain any Rust keywords."],["validate_undefined","Validates that the given `definitions` do not contain any undefined rules."]]}; |