☰
Module parser
Structs
Enums
Functions
?
Module
pest_meta
::
parser
source
·
[
−
]
Expand description
Types and helpers for the pest’s own grammar parser.
Structs
ParserNode
The pest grammar node
ParserRule
The pest grammar rule
PestParser
Enums
ParserExpr
All possible parser expressions
Rule
Functions
consume_rules
Converts a parser’s result (
Pairs
) to an AST
parse
A helper that will parse using the pest grammar