attiny85 compile problem

Hi all

I got this endless error messages while uploading my LED text scroller patch, what is it?

Exception in thread "Thread-5" java.lang.StackOverflowError
at java.lang.Character.codePointAt(Character.java:2335)
at java.util.regex.Pattern$CharProperty.match(Pattern.java:3344)
at java.util.regex.Pattern$Branch.match(Pattern.java:4114)
at java.util.regex.Pattern$GroupHead.match(Pattern.java:4168)
at java.util.regex.Pattern$Loop.match(Pattern.java:4295)
at java.util.regex.Pattern$GroupTail.match(Pattern.java:4227)

....and the same things go on

thanks

LED_Animation_0820.zip (6.58 KB)

Does 'verify' work? In the code you've posted, you have an extra quotation mark at the end of line 15 - I would not expect this code to compile at all.