On Tue, Apr 17, 2012 at 09:50:16AM +0200, Kaspar Schiess wrote: > > My current plan is to fix the engine we have (it's broken a bit) and > then see how to make it pluggable. Then I will try to get jmettraux to > implement his strategy as a plugin. Let's see how that goes (unless > someone has a better idea that doesn't mean sacrifice).
Hello Kaspar, sounds great. The technique I was using until my fork was to catch the ParseFailed then mine the info in the exception and the parser to re-raise an exception that I deemed more appropriate for my users. I opened issue #64 when I realized that some of the required information got discarded. Thanks in advance, John
