Module pest_meta::parser

source ·
Expand description

Types and helpers for the pest’s own grammar parser.

Structs§

Enums§

  • All possible parser expressions
  • Import included grammar (PestParser class globally for current module). Pest meta-grammar

Functions§

  • Converts a parser’s result (Pairs) to an AST
  • A helper that will parse using the pest grammar
  • A helper function to rename verbose rules for the sake of better error messages