On Fri, Mar 02, 2007 at 11:41:45PM +0100, Bernhard Roider wrote: > >The rule for using the lexer: > > > >if you want to know if the lexer still has data to read (either from the > >stream or from the pushed token) then use "lex.isOK()".
Why not lex.dataAvailable() or something similar? Andre'
