j
k
j a
j l
Hi
@Steve: I know that this part in TokenScanner is critical, so I don't dare to change it: if (c == '\n' || c == '\r') { while ((c = readChar()) == '\n' || c == '\r') val.append(c); .. }
The attached patch fixes this, I believe. ..Steve
Attachments:
Back to the thread
Back to the list