lush
lush copied to clipboard
Add support for chained method calls / Fix Expressions
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.