Crate peel [] [src]

Dynamic parsing within trees 🌲 🌳 🌴

Target of this library is to provide a flexible parsing approach parsers. This will be done within arena based parser trees which can be modified during runtime.

For a more advanced usage see the Peel structure.

Modules

error

Basic error handling mechanisms

parser

General parser descriptions and traits

prelude

Provides sensible imports at all

Structs

Peel

The main peeling structure