wdibi / Pivot

A new spin on programming

Home Page:https://wdibi.github.io/Pivot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove restrictiveness of method chaining

wdibi opened this issue · comments

For chaining he said its too restrictive and that we should have EXP at the start of CallExpression as opposed to what we currently have so we can do things like 9.8 << abs << sqrt instead of having to declare a variable to store 9.8 in. - Jigar (Slack)