Skip to content

Commit

Permalink
mistaken commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jan 12, 2010
1 parent 87e04e9 commit 844ea33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/coffee_script/grammar.y
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ token INDENT OUTDENT

# Declare order of operations.
prechigh
right NEW
left '?'
nonassoc UMINUS NOT '!' '!!' '~' '++' '--'
left '*' '/' '%'
Expand All @@ -36,7 +35,7 @@ prechigh
right INDENT
left OUTDENT
right WHEN LEADING_WHEN IN OF BY
right THROW FOR SUPER
right THROW FOR NEW SUPER
left EXTENDS
left ASSIGN '||=' '&&='
right RETURN
Expand Down

0 comments on commit 844ea33

Please sign in to comment.