"erik quanstrom" <[email protected]> wrote in message news:[email protected]... ... > therefore the string "a++b" can't be valid, since the tokens > the parser sees are "a" INC "b". that's not kosher c. way > back when in primoridal c, there were no seperate tokens > for INC and DEC, they were productions in the parser and > goofiness like you describe was allowed.
No, in fact even in primordial C ++ -- were indeed separate tokens. However, in several early versions =+ and =- [sic] etc. were two tokens each, then adjoined by the parser. Dennis
