Nikita Popov 3b7d8e8b5d Enable basic error recovery
Adding only a single recovery rule for now.

The API is now:
 * throwOnError parser option must be disabled.
 * List of Errors is available through $parser->getErrors(). This
   method is available either way.
 * If no recovery is possible $parser->parse() will return null.
   (Obviously only if throwOnError is disabled).
2015-04-30 17:41:57 +02:00
..
2015-03-10 16:05:55 +01:00
2015-04-26 11:56:02 +02:00
2015-03-24 11:19:17 +01:00
2015-03-24 11:19:17 +01:00
2015-04-03 22:30:30 +02:00
2015-03-10 16:05:55 +01:00
2015-04-27 15:37:41 +02:00
2015-04-27 15:37:41 +02:00
2015-04-30 17:41:57 +02:00
2015-04-30 17:41:57 +02:00
2015-03-24 11:19:17 +01:00