xee_xslt_compiler/
lib.rs

1mod ast_ir;
2mod default_declarations;
3mod priority;
4mod run;
5
6pub use ast_ir::parse;
7pub use run::evaluate;