pub fn parse_code_string(
    content: &str
) -> Result<CodeTaskDefinition, Box<Error<Rule>>>