Expression sequencing query

Chris Torek chris at umcp-cs.UUCP
Thu Oct 9 21:36:46 AEST 1986


Incidentally, I once used a system in which parentheses determined
only precedence.  (I used it early in my programming ventures,
which may explain my mindset.)  It did something rather novel,
which might help all these C programmers who think parentheses
directly control evaluation order:  It removed any `unnecessary'
parentheses.

(The system, incidentally, was an HP 9825A `desk-top calculator',
as part of an HP 3060A board test system.)
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516)
UUCP:	seismo!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at mimsy.umd.edu



More information about the Comp.lang.c mailing list