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

1 line
441 B
JavaScript
Raw 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 = {"enum":[["ParserExpr","All possible parser expressions"],["Rule",""]],"fn":[["consume_rules","Converts a parsers result (`Pairs`) to an AST"],["parse","A helper that will parse using the pest grammar"],["rename_meta_rule","A helper function to rename verbose rules for the sake of better error messages"]],"struct":[["ParserNode","The pest grammar node"],["ParserRule","The pest grammar rule"],["PestParser",""]]};