Devdutt Shenoi

Results 82 comments of Devdutt Shenoi

An update on my troubles, I solved it by figuring out that my evaluation logic had a bug which looked like: ```diff PrattParser::new().map_primary(|primary| match primary.as_rule() { .. Rule::some_function => parse(primary.into_inner())...

> Sorry I am not sure I understand what you want. Hi @tafia, I am planning on reading more information from the spreadsheet, not just the formula in string form,...