[][src]Function inc::emit::eval

pub fn eval(s: &mut State, prog: &AST) -> ASM

Evaluate an expression into RAX

If the expression fits in a machine word, immediately return with the immediate repr, recurse for anything else till the base case.