Re: Lua 5.1 (work2) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1 (work2) now available
- From: David Burgess <dburgess@...>
- Date: 2004年10月30日 11:30:33 +1000
Answering my own question see
http://mega-nerd.com/FPcast/
>
> Has anyone tested the following on MSVC
>
> #if defined(__GNUC__) && defined(__i386)
> #define lua_number2int(i,d) __asm__ ("fistpl %0":"=m"(i):"t"(d):"st")
>
>
>
>
> On 2004年10月29日 10:48:58 -0300, Roberto Ierusalimschy
> <roberto@inf.puc-rio.br> wrote:
> > > I remember there being discussion of extending the long-string syntax to
> > > be:
> > >
> > > [<>[.....]<>]
> > >
> > > Where '<>' is any number of *s (zero or more)
> > >
> > > to allow for nesting of partial long strings
> > >
> > > Is this still the plan for 5.1?
> >
> > Yes. The working versions already support it. There will be only
> > a small change from '*' to '=': [====[ bla-bla-bla ]====]
> >
> > -- Roberto
> >
>
>
> --
> DB
>
--
DB