[fine] Whoops
This commit is contained in:
parent
d8988cb2cf
commit
9d226b205d
1 changed files with 12 additions and 0 deletions
12
fine/src/vm.rs
Normal file
12
fine/src/vm.rs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// use crate::compiler::{Function, Module};
|
||||
|
||||
// // TODO: VM state structure
|
||||
// // TODO: Runtime module vs compiled module
|
||||
|
||||
// struct StackFrame<'a> {
|
||||
// function: &'a Function,
|
||||
// }
|
||||
|
||||
// pub fn eval(module: &Module) {
|
||||
|
||||
// }
|
||||
Loading…
Add table
Add a link
Reference in a new issue