theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Calls and tuples #161

Closed theodore-norvell closed 6 years ago

theodore-norvell commented 6 years ago

On a call. If there is one argument and it's a tuple, then break that tuple apart to make the array of arguments.

When calling closures, if there is one parameter and either 0 or more than one argument, then we need to make a tuple out of the arguments and that becomes the sole argument.

theodore-norvell commented 6 years ago

Merged