mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
29c1e9a0d4
In the grammar, all expressions are statements, but not all statements are expressions. Some parts of the grammar accept expressions and not other types of statements, which causes similar looking code to parse differently due to operator precedence. Mostly from Dan0042 (Daniel DeLorme). Fixes [Bug #16092] |
||
---|---|---|
.. | ||
assignment.rdoc | ||
calling_methods.rdoc | ||
control_expressions.rdoc | ||
exceptions.rdoc | ||
literals.rdoc | ||
methods.rdoc | ||
miscellaneous.rdoc | ||
modules_and_classes.rdoc | ||
precedence.rdoc | ||
refinements.rdoc |