lua-users home
lua-l archive

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


Hi list.
I just checked out Lua-5.4 from Github:
  https://github.com/lua (assuming it's up-to-date with
the bleeding edge).

But I saw that luac.c is gone although Makefile still
mentions it (but it's commented out). And 'onelua.c' also
has a reference to it:
  https://github.com/lua/lua/blob/master/onelua.c#L106

What's the story here? Has it been dropped in favour of
something else?

PS. I' on Windows using MSVC + clang-cl to build it.

--
--gv