pub const MAX_DEPTH: usize = 128;
Define the MAX supported stack depth. TODO: make this variable mutable.