pub const MAX_DEPTH: usize = 32;
Expand description

Define the MAX supported stack depth. TODO: make this variable mutable.