Hello Pharoers and Moosers,I did a Pratt parser extension for PetitParser.
@PP Devs:��I had trouble with the PPContext furthestFailure that is taken into account instead of the failures I return, so I had to redefine #parseWithContext: to return the failures I want. The results given by furthestFailure were not very meaningful in my case (the same is true for PPExpressionParser btw).��But I guess it was introduced because it gives good results in other cases.��So would it be possible to change this behavior to let the parser decide if it returns the furthestFailure or the original failure?