Quote:
One thought I had, was to actually strip some of the whitespace, making it quick to parse. However, that won't work, if per's don't have anything to end a line with (ie, semi-colon), then it just won't parse at all. I'm not familiar with the language, so we'll have to wait for a reply from keyboard.
That's not just an option; it's logically necessary. However, again there's a detail: this must be done only in the right context-- outside of strings, and potentially outside of comments as well. And maybe I'm not thinking of something else. The extra whitespace will be eventually stripped, but not as the first step.