Re: Precompile my Lua Library Code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Precompile my Lua Library Code
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年4月28日 20:20:10 -0300
> 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.