Expand description
Rust Code Generation - Transpiles KAIN AST to Rust source code
This module generates valid Rust code from a typed KAIN program.
The generated Rust can be compiled with rustc directly or integrated
into a Cargo project.
Functionsยง
- gen_
cargo_ toml - Generate a Cargo.toml for the transpiled Rust project
- generate
- Generate Rust source code from a typed program