Yes actually I was pointing out the wrong method here is the good one but really ugly(idea is still the same):
scanLitVec
...
                                                [(token == #-
and: [((typeTable at: hereChar charCode ifAbsent: [#xLetter])) = #xDigit])
                                                                ifTrue:
                                                                        [self 
scanToken.
                                                                        token _ 
token negated]]].
...

        Mth



On May 10, 2007, at 9:31 PM, Herbert König wrote:

I was not successful in finding senders of nextLiteral in Scanner or
Parser so I still don't know. Also no luck with searching all sources.

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to