richardhundt / shine

A Shiny Lua Dialect
Other
231 stars 18 forks source link

Fix problem with for statement's step #17

Closed franko closed 11 years ago

franko commented 11 years ago

Needed when the step is an expression in the for statement. A simple

for n = 10, 1, -1 do ...

will trigger the problem.

Francesco