[DTC PATCH] Add support for decimal, octal and binary based cell values.
Jon Loeliger
jdl at jdl.com
Fri Feb 16 05:05:12 EST 2007
So, like, the other day "Yoder Stuart-B08248" mumbled:
>
> I like to see no space between the d#, h#, etc and the
> numeric value.
So, that's one of the really nice things about parsers.
Just do this, then:
d23 = <d#23>; // Just like <d# 23>!
The real question, though, is this: MUST the space between
'd#' and '23' be removed so that it is all one token?
I suppose I could repaint that shed if needed, but I
don't think it is.
jdl
More information about the Linuxppc-dev
mailing list