tree-builder-macro 0.0.1

Macros for the tree-builder crate.
Documentation
1
2
3
4
5
6
7
pub mod parser_ast;
mod parsing;

pub use parsing::specification;
pub use parsing::regex::rule as reg_rule;
pub use parsing::struct_rule;
pub use parsing::rule as rule;