summaryrefslogtreecommitdiff
path: root/Source/Forro/Parser.fsy
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Forro/Parser.fsy')
-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