Skip to main content

Module rust

Module rust 

Source
Expand description

Aver → target language transpilation.

The codegen module transforms a type-checked Aver AST into source code for a target language. The first (and currently only) backend is Rust.

Functions§

transpile
Transpile an Aver program to a Rust project.