pub fn condition<'src>( ) -> impl Parser<'src, &'src str, Condition, Err<Rich<'src, char>>> + Copy
Generates a parser that specifically handles dice modifier conditions like “<3”, “>=5”, “=1”, “1”, etc. and expects end of input