Trait paxforth::program::walker::PaxWalker[][src]

pub trait PaxWalker {
    fn opcode(&mut self, opcode: &Located<Pax>, stack: &[WalkerLevel]);
fn terminator(
        &mut self,
        terminator: &Located<PaxTerm>,
        current: &WalkerLevel,
        stack: &[WalkerLevel]
    ); }

Required methods

Implementors

Implements opcode() and terminator() for PaxWalker.

Implements opcode() and terminator() for PaxAnalyzerWalker.