Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!wivax!decvax!tektronix!tekecs!bradn From: bradn@tekecs.UUCP Newsgroups: net.lang.c,net.sources Subject: cparen posted to net.sources Message-ID: <1701@tekecs.UUCP> Date: Wed, 20-Jul-83 14:11:22 EDT Article-I.D.: tekecs.1701 Posted: Wed Jul 20 14:11:22 1983 Date-Received: Thu, 21-Jul-83 19:45:39 EDT Lines: 10 cparen has been posted to net.sources Cparen is offered for those who can never remember the precedence and associativity of operators in C. It reads lines of C code from standard-in, adds parentheses to indicate operator binding, then writes the result to standard-out. Cparen allows you to compare your interpretation of an expression with the compilers interpretation, nipping precedence bugs in the bud [how 'bout that for a mixed metaphor?].