rbartlensky / Lua-interpreter

A Lua interpreter in Rust
5 stars 2 forks source link

Implement vararg #18

Closed rbartlensky closed 5 years ago

rbartlensky commented 5 years ago

This adds vararg functionality to functions. After this PR it should be fairly easy to implement print, and other functions.

rbartlensky commented 5 years ago

Ready for another review. I hope I managed to address the comments about the two loops.

ltratt commented 5 years ago

Please squash.

rbartlensky commented 5 years ago

done!