Stack Overflow in Perl5Matcher

This error is reported from the sketch preprocessor.
There could be several reasons why this happens.
Check your code for strings that are not properly terminated:
Serial.println("done);
which should be
Serial.println("done**"**);

The other problem that is reported are quotes in comments
Eberhard