Don't invoke the linestr callback if we found a keyword and the bufptr still contains...
authorFlorian Ragwitz <rafl@debian.org>
Tue, 11 Aug 2009 20:00:59 +0000 (22:00 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 11 Aug 2009 20:01:01 +0000 (22:01 +0200)
commit954da33291094e62b3712a4ce0d1d138f8fdbd6d
tree995a0258a36033a8ef74d06a94b4f4f6fa9d8320
parentfb4e2a38b19e9f6cc64e1b8ade89c8c6890a93dc
Don't invoke the linestr callback if we found a keyword and the bufptr still contains an arrow at its beginning.

This means we're about to compile a method invocation, the tokenizer forced
parsing a word, and we got the const op of that.

I'm not too happy with this. I see how it can be useful to hook into those
places, but it should probably be a different feature of DD.
Declare.xs