[Newbies] [Q] A really silly question

Mathieu Suen mathk.sue at gmail.com
Thu May 10 19:45:51 UTC 2007


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.



More information about the Beginners mailing list