pest-typed-tree 0.2.1

Generates typed tree, based on grammar, allowing reduce .unwrap() count :)
Documentation
world = {"world"}

hello_world = {SOI ~ "hello" ~ " "* ~ world ~ EOI}