tv-labs / lua

The most ergomonic interface to Luerl in Elixir
https://hexdocs.pm/lua/
Apache License 2.0
66 stars 0 forks source link

Fix issue with variadic functions that have state #30

Closed davydog187 closed 4 months ago

davydog187 commented 4 months ago

We had a bug where we were incorrectly structing the list of arguments.

Closes #27