pub(super) const MAX_EXPRESSION_LENGTH: usize = 100_000;
Maximum expression length to prevent DoS attacks.