radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
21 stars 2 forks source link

Add variadic arguments from #152 #153

Closed angelcaru closed 1 month ago

angelcaru commented 1 month ago

Note that this PR only includes variadic positional arguments (...), and not variadic keyword arguments (***) or spreading (f(...[1, 2, 3]))

Almas-Ali commented 1 month ago

Looks fine and also works fine. Is it ready to merge?

angelcaru commented 1 month ago

It is ready to merge but it doesn't include all of the features from the original issue. Those will be separate PRs

Almas-Ali commented 1 month ago

OK 👍🏼