at com.oroinc.text.regex.Perl5Matcher._match(Perl5Matcher.java)
at com.oroinc.text.regex.Perl5Matcher._match(Perl5Matcher.java)
at com.oroinc.text.regex.Perl5Matcher._match(Perl5Matcher.java)
at com.oroinc.text.regex.Perl5Matcher._match(Perl5Matcher.java)
That's the error I'm getting when I try to compile, and the IDE just says Compiling.... forever. The sketch compiled fine 10 minutes ago and all I did was add some Serial.println's. I have no idea what the errors mean; can somebody translate what that error code actually means?
Did you add comments, too? The IDE sometimes has problems with certain characters in comments. Yes, they should be ignored. It's the regex parser that is trying to strip the comments out, though, and failing.