Now a REAL lib

This commit is contained in:
Justine
2023-01-09 19:23:20 +01:00
parent ef46613c71
commit fe9e6f04f5
19014 changed files with 715877 additions and 264 deletions

View File

@ -0,0 +1 @@
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."]]};