summaryrefslogtreecommitdiff
path: root/Source/Forro
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-04-07 18:34:29 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2011-04-07 18:34:29 -0700
commit91cb10f30a72998163b4485e93a25ce6018e3664 (patch)
treed4a93b539f1146581cb25dd5aae3fc59ff48c145 /Source/Forro
parent7ae15e4ab4aa4e63257ed2e426fe2a0efa35de21 (diff)
Forro: Fixed bug in binding power
Diffstat (limited to 'Source/Forro')
-rw-r--r--Source/Forro/Parser.fsy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Forro/Parser.fsy b/Source/Forro/Parser.fsy
index 5c3f8284..5dbb8a4c 100644
--- a/Source/Forro/Parser.fsy
+++ b/Source/Forro/Parser.fsy
@@ -25,8 +25,8 @@ let IdToField id =
%token NULL
%token DOT
%token NOT
-%token PLUS MINUS
%token STAR
+%token PLUS MINUS
%token EQ NEQ LESS ATMOST
%token AND OR
%token OLD LPAREN RPAREN LCURLY RCURLY SEMI COMMA ASSIGN