Skip to content

Commit

Permalink
foo++ and foo-- don't exist in Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
treed committed Aug 17, 2009
1 parent 7f1a943 commit 298dbf0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/parser/grammar.pg
Expand Up @@ -551,12 +551,6 @@ proto 'infix:/' is equiv('infix:*') { ... }
proto 'infix:%' is equiv('infix:*')
is pirop('mod') { ... }

proto 'postfix:++' is tighter('infix:*')
is pirop('n_add') { ... }

proto 'postfix:--' is tighter('infix:*')
is pirop('n_sub') { ... }
#
#proto 'prefix:+' is tighter('infix:*') { ... }
#proto 'prefix:-' is equiv('prefix:+') { ... }
#proto 'prefix:!' is equiv('prefix:+') { ... }
Expand Down

0 comments on commit 298dbf0

Please sign in to comment.