Re: verification and linting of lua implementations
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: verification and linting of lua implementations
- From: steve donovan <steve.j.donovan@...>
- Date: 2011年9月30日 08:32:48 +0200
On Fri, Sep 30, 2011 at 8:20 AM, David Manura <dm.lua@math2.org> wrote:
> things like DynASM may partly answer that, while the standard Lua
> implementation resorts mainly to C macros.)
I think that's one of the things that C99 can bring to the party, or
at least the intersection between C99 and C++. (Which is pragmatically
necessary given MS' reluctance to implement C99). So at least the
macros could be inline functions.
steve d.