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:
parent
78a4974de9
commit
135620b14a
2 changed files with 1012 additions and 1013 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue