[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: any plan about luajit2 support 5.2!
- From: Alex Bradbury <asb@...>
- Date: Wed, 17 Nov 2010 17:36:27 +0000
On 17 November 2010 17:12, Mike Pall <mikelu-1011@mike.de> wrote:
> Oooh, don't get me started about FFI portability. You'd think that
> writing a C parser is tough, but the real challenge was handling
> all the little platform differences (packed structs with aligned
> members and bitfields, anyone?).
Ah, it seems I've misunderstood the scope of your FFI. I was imagining
something like Python ctypes or Lua alien, but JIT-aware and with
better support for native data structures. I didn't realise that (if I
understood you correctly) you've implemented a C parser as well. I'll
be watching the git repository with great interest.
Alex