[][src]Trait fasteval::compiler::Compiler

pub trait Compiler {
    fn compile(&self, pslab: &ParseSlab, cslab: &mut CompileSlab) -> Instruction;
}

Required methods

fn compile(&self, pslab: &ParseSlab, cslab: &mut CompileSlab) -> Instruction

Loading content...

Implementors

impl Compiler for StdFunc[src]

impl Compiler for UnaryOp[src]

impl Compiler for Value[src]

impl Compiler for Expression[src]

Loading content...