diff src/parse.y @ 5667:ec3ffbf9982b

[project @ 2006-03-15 02:51:39 by jwe]
author jwe
date Wed, 15 Mar 2006 02:51:40 +0000
parents 3236b4d98fde
children d090d39bb82c
line wrap: on
line diff
--- a/src/parse.y	Wed Mar 15 02:37:55 2006 +0000
+++ b/src/parse.y	Wed Mar 15 02:51:40 2006 +0000
@@ -477,9 +477,8 @@
 %left ':'
 %left '-' '+' EPLUS EMINUS
 %left '*' '/' LEFTDIV EMUL EDIV ELEFTDIV
-%left QUOTE TRANSPOSE
 %left UNARY PLUS_PLUS MINUS_MINUS EXPR_NOT
-%left POW EPOW
+%left POW EPOW QUOTE TRANSPOSE
 %left '(' '.' '{'
 
 // Where to start.