sprout 1.0.0

A rust crate for growing simple, but beautiful AST trees 🌳
Documentation
1
2
3
4
5
mod grammar;
mod build_grammar;

pub use grammar::*;
pub use build_grammar::*;