Reply to d-bugmail at puremagic.com, > "The source text is split into tokens using the maximal munch > technique, i.e., the lexical analyzer tries to make the longest token > it can." > another case: actual !isGood -> ! isGood MaxMunch !isGood -> !is Good