pub fn standard_keyword(input: &str) -> ParseResult<'_, String>
standard_keyword = upper { upper | digit } .