richardhundt / shine

A Shiny Lua Dialect
Other
231 stars 18 forks source link

Fix local declarations of function's arguments #10

Closed franko closed 11 years ago

franko commented 11 years ago

Function arguments are declared into current context. This is required since function's arguments are visible in the scope of the function's body.