Files
hakorune/docs/archive/backends/llvm-inkwell-legacy/compiler/interpreter.rs

7 lines
118 B
Rust
Raw Normal View History

//! Legacy LLVM interpreter placeholder.
#[allow(dead_code)]
pub(crate) fn execute() {
// Stub implementation.
}