lua-users home
lua-l archive

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


It was thus said that the Great Dibyendu Majumdar once stated:
> On 20 June 2017 at 01:13, Sean Conner <sean@conman.org> wrote:
> >   Nice.  Are you planning on supporting [include files]?
> >
> Yes a pre-processor is present. However to successfully parse header
> files many platform specific extensions have to be understood by the C
> parser, and the underlying implementation being derived from Linux
> Sparse project doesn't understand MSVC extensions.

  Ah.

> > [1]     https://github.com/spc476/lua-conmanorg/blob/master/lua/cc.lua [2]
> >
> > [2]     It's based on TCC, not LLVM.  It also adds another loader to load
> >         lua modules written in C directly from C source code.
> 
> Cool. But TCC is GPL licensed.

  That does not bother me.

  -spc