[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua parser question re function calls in local statement
- From: Dibyendu Majumdar <mobile@...>
- Date: Sat, 17 Jan 2015 11:55:41 +0000
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