shulkerscript-lang/src/transpile/mod.rs

5 lines
135 B
Rust
Raw Normal View History

//! The transpile module is responsible for transpiling the abstract syntax tree into a data pack.
pub mod error;
pub mod transpiler;