pub const MAX_LOOP_ITERATIONS: usize = 10_000;
Maximum iterations for while-mode loops. Prevents infinite loops.