Module parser

Module parser 

Source
Expand description

§Parser Module

Defines the Pest Grammar, parser errors, and the parse function.

Structs§

Grammar
The Pest parser struct.

Enums§

ParserError
Custom parsing error created using the thiserror crate.
Rule

Functions§

parse
Parses an input string into Pairs<Rule>.