Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-patch] Parser patch - preliminary templates, scanner fix

Fixed, I will have a patch this afternoon.  

In the Scanner, we scan for hexidecimal numbers, floating point identifiers
and integers all in the same pass.  
In your example, Class B had a field named 'x' so we started to parse an
invalid hexidecimal floating point.  

John

> -----Original Message-----
> From: Alain Magloire [mailto:alain@xxxxxxx]
> Sent: Monday, March 31, 2003 2:38 PM
> To: cdt-patch@xxxxxxxxxxx
> Subject: Re: [cdt-patch] Parser patch - preliminary templates, scanner
> fix
> 
> 
> > 
> > Sounds like a bug for John.  Could you send us the file it 
> was puking on.
> > 
> 
> PR 35878
> 
> 
> _______________________________________________
> cdt-patch mailing list
> cdt-patch@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-patch
> 


Back to the top