Miles schrieb: > Frank Benoit wrote: >> Find the bug: >> static string[] KEYWORDS = [ "abstract", "alias", "align", "asm", > > Out of curiosity, are you trying to create a D parser? Because > "private:", "protected:", "public:" and "~this" are not keywords.
Thats just a snippets I got from a dwt user. After pasting that into a Java source file, i got an error for the missing comma, and I found that interesting.
