[][src]Crate peg_runtime

Modules

error

Parse error reporting

str

Utilities for str input

Enums

RuleResult

The result type used internally in the parser.

Traits

Parse

A type that can be used as input to a parser.

ParseElem

A parser input type supporting the [...] syntax.

ParseLiteral

A parser input type supporting the "literal" syntax.

ParseSlice

A parser input type supporting the $() syntax.