Change 1482

craig_mcpheeters (Craig Mcpheeters)
Craig Mcpheeters committed this change into //guest/craig_mcpheeters/jam/src
Request Review
Download .zip
Changed the style of the 'expr' rule in jamgram.yy to something similar
  to that used in 2.3 for the 'cond' rule.  The expr rule was failing
  on expressions of the form:
    if ! $(var) in $(list) { }
  which was being expressed as:
    if ( ! $(var) ) in $(list) { }
  rather than the old 2.3 behaviour:
    if ! ( $(var) in $(list) ) { }
  • Files 3
  • Comments 0
3 edited 0 added 0 deleted
jamgram.c#6
Loading...
jamgram.y#6
Loading...
jamgram.yy#6
Loading...
Tip: Use n and p to cycle through the changes.