1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

bumping up the existential operator to the highest precedence level

This commit is contained in:
Jeremy Ashkenas 2010-02-08 11:56:46 -05:00
parent 78a4974de9
commit 135620b14a
2 changed files with 1012 additions and 1013 deletions

View file

@ -21,8 +21,9 @@ token INDENT OUTDENT
# Declare order of operations.
prechigh
left '?'
nonassoc UMINUS UPLUS NOT '!' '!!' '~' '++' '--'
left '*' '/' '%' '?' '.'
left '*' '/' '%' '.'
left '+' '-'
left '<<' '>>' '>>>' '&' '|' '^'
left '<=' '<' '>' '>='

File diff suppressed because it is too large Load diff