Implement Phase 1: MIR + VM backend with golden tests
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
7
src/backend/mod.rs
Normal file
7
src/backend/mod.rs
Normal file
@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Backend module - Different execution backends for MIR
|
||||
*/
|
||||
|
||||
pub mod vm;
|
||||
|
||||
pub use vm::{VM, VMError};
|
||||
Reference in New Issue
Block a user