pest_tree 0.2.0

Convert output from pest parser into statically typed trees
Documentation

An easy and simple way to convert your dynamic [pest] trees into an AST built from structs and enums.

This crate is centered around the [pest_tree_derive::PestTree] derive macro. The macro uses the pest_tree attribute macro to help derive the trait [pest_tree_derive::PestTree] for the relevant struct/enum.