00001 /* 00002 * Declarations for precedence levels 00003 */ 00004 00005 # define NLEVELS 14 00006 # define INFINITE (NLEVELS+1) 00007 00008 /* precedence levels for right associative operators */ 00009 # define EXPLEVEL 11 00010 # define DEREFLEVEL 12 00011 # define ASGNLEVEL 0