shulkerscript-lang/src/transpile/mod.rs

7 lines
171 B
Rust
Raw Normal View History

//! The transpile module is responsible for transpiling the abstract syntax tree into a data pack.
2024-04-03 13:46:57 +02:00
#[doc(hidden)]
pub mod conversions;
pub mod error;
pub mod transpiler;