pub fn debug_print_ops(line: &str, ops: &[(usize, ScopeStackOp)])
Expand description
Print out the various push and pop operations in a vector with visual alignment to the line. Obviously for debugging.
pub fn debug_print_ops(line: &str, ops: &[(usize, ScopeStackOp)])
Print out the various push and pop operations in a vector with visual alignment to the line. Obviously for debugging.