diff options
Diffstat (limited to 'src/parser.mly')
| -rw-r--r-- | src/parser.mly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.mly b/src/parser.mly index 10d6cf65..be69fc00 100644 --- a/src/parser.mly +++ b/src/parser.mly @@ -132,7 +132,7 @@ let star = "*" %nonassoc Then %nonassoc Else -%token AND Div_ EOR Mod OR Quot Rem +%token Div_ Mod Quot Rem %token Bar Colon Comma Dot Eof Minus Semi Under %token Lcurly Rcurly Lparen Rparen Lsquare Rsquare |
