lua-users home
lua-l archive

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


> I'm not terribly sure, but I think one of the reasons that the
> interpreter and the compiler are split up into separate executables is
> that while luac.c depends on some internal Lua library calls, the
> interpreter lua.c depends only on the published Lua C API and
> therefore doubles as an example program for using the Lua from C.

Exactly.