5 lines
135 B
Rust
5 lines
135 B
Rust
|
//! The transpile module is responsible for transpiling the abstract syntax tree into a data pack.
|
||
|
|
||
|
pub mod error;
|
||
|
pub mod transpiler;
|