add context::func
This commit is contained in:
@@ -18,4 +18,16 @@ impl Context {
|
|||||||
mem_map: HashMap::new(),
|
mem_map: HashMap::new(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pub fn goto(&mut self, p: isize) {
|
||||||
|
// self.ptr = p;
|
||||||
|
// }
|
||||||
|
|
||||||
|
// pub fn push(&mut self, n: isize) {
|
||||||
|
// self.stack.push(n);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// pub fn pop(&mut self) -> Option<isize> {
|
||||||
|
// self.stack.pop()
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user