pub fn execute_resillient_parse<T>(
input: String,
parse_fn: fn(HamelinStringParser) -> Result<T, ANTLRError>,
) -> Result<(T, TranslationErrors)>pub fn execute_resillient_parse<T>(
input: String,
parse_fn: fn(HamelinStringParser) -> Result<T, ANTLRError>,
) -> Result<(T, TranslationErrors)>