Struct librsnek::runtime::Interpreter [] [src]

pub struct Interpreter {
    rt: Runtime,
    ns: HashMap<String, RtObject>,
    frames: VecDeque<InterpreterFrame>,
}

Fields

Methods

impl Interpreter
[src]

Used in lieu of an actual exception handling mechanism,

Execute exactly one instruction