pub fn integer_grammar<T: AsRef<str>>( lower_bound: u32, upper_bound: u32, stop_word_done: &Option<T>, stop_word_no_result: &Option<T>, ) -> String