simonask / snow-deprecated

(ATTENTION WATCHERS: This repository is deprecated. Please watch 'snow' instead.) Snow is a simple, dynamic, and expressive programming language with an emphasis on speed and simplicity. Snow is fully object-oriented, and fully function-oriented at the same time.
http://snow.meta.io/
Other
21 stars 1 forks source link

Member chains only work with either methods or members, not both #18

Closed simonask closed 15 years ago

simonask commented 15 years ago

This fails:

 @(1, 2, 3).length

with

 <eval>:1.17-16: syntax error
 ERROR: Unhandled exception: An error occurred while parsing `@(1, 2, 3).length'.
ghost commented 15 years ago

One line to fix them all (closed by cdc3166efa3199b7e12c36694a27a5c0646fa31d)!