ssw/doc/pest_meta/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
554 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"fn":[["parse_and_optimize","Parses, validates, processes and optimizes the provided grammar."],["unwrap_or_report","A helper that will unwrap the result or panic with the nicely formatted error message."]],"mod":[["ast","Types for the pests abstract syntax tree."],["optimizer","Different optimizations for pests ASTs."],["parser","Types and helpers for the pests own grammar parser."],["validator","Helpers for validating pest grammars that could help with debugging and provide a more user-friendly error message."]]};