pub fn keyword(input: &str) -> ParseResult<'_, String>
keyword = user_defined_keyword | standard_keyword .