pub const MAX_DEPTH: u32 = 256;
Hard cap on recursion depth into the interpreter. Each eval_node invocation increments the depth counter.
eval_node