octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33304] power operator precedence and directio


From: Axel Mathéi
Subject: [Octave-bug-tracker] [bug #33304] power operator precedence and direction
Date: Fri, 31 Aug 2012 21:37:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

Follow-up Comment #5, bug #33304 (project octave):

Here is a patch fixing this bug.

I first tried to apply the rules suggested in the initial comment, but it
brings some problems, especially with the transpose operator that must be at
the same precedence level than the power operator.

Instead I introduced a new non-terminal "power_expr", being now the second
operand on the "oper_expr" power rules. And in the "power_expr" rules the
unary operators have the same precedence level than the power operators,
therefore resolving the bug.

(file #26458)
    _______________________________________________________

Additional Item Attachment:

File name: power.patch                    Size:3 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33304>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]