mylang_
vm
0.1.0
mylang_vm
Function
call
Copy item path
source
pub(crate) fn call( stack: &mut
Vec
<
Entity
>, pc: &mut
usize
, addr:
usize
, ) ->
Result
<
()
,
VMError
>