lush icon indicating copy to clipboard operation
lush copied to clipboard

Add support for chained method calls / Fix Expressions

Open timraymond opened this issue 6 years ago • 0 comments

This first fixes expressions so that precedence for operators is observed. A test was added to verify that.

Secondly, this adds support for nested chains of method calls, also including property access on structs as well.

timraymond avatar May 23 '19 21:05 timraymond