Subject: | Tokenizer Bug: C< sub y { } # Comment > |
Code Sample:
sub y { } # Comment
y { } ... is interprated as a transliteration and the tokenizer barfs at the # because it isn't a brace
All word-like operatoris, that's all the regex, quote, and/or etc all have to behave like normal words when they immediately follow the word "sub".