Self quotation ahead: > * Make the system pluggable, implement 'Johns method' of error reporting > as a demonstration. DONE.
> * Make the default parse be a two-phase parse: Once without generating > errors, once with errors IF we fail. (see below) DONE. Improves the speed of the engine in the success case. > * This is the distant future, but perhaps: Introduce other methods for > error reporting? Ideas, anyone? The discussion here: https://github.com/kschiess/parslet/issues/64 should be illuminating to everyone aiming for such an error reporter. Changes are on master and will be released as soon as I can close #64 with good conscience. regards! kaspar
