lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 17 January 2015 at 08:49, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> I am building a version of Lua with optional types so I need
> the ability to coerce types after a function call. Hence my question.
> I will share my changes if / when I have something worth showing.
>

Hi,
I have found a way to perform in-situ type conversion so I don't need
the MOVE after all.

Regards
Dibyendu