1
0
forked from Mirror/wren
Commit Graph

3 Commits

Author SHA1 Message Date
dca58ff747 Require parentheses around operator and setter arguments. 2014-04-08 17:54:37 -07:00
da4cadf16b Unify body handling.
Blocks, functions, and methods now have the same code for handling
their bodies.

This means that single-line methods work like single-line functions:
they return the result of their expression.
2014-04-03 07:48:19 -07:00
756fe0d920 Make "this" the implicit receiver! 2014-02-12 17:33:35 -08:00