Re: Parsing file without execution
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Parsing file without execution
- From: Markus Ewald <Markus_Ewald@...>
- Date: 2001年12月29日 21:53:10 +0100
Joshua Jensen schrieb:
> Hi!
>
> I'd like to load a script file without executing it at the same time. In
> lua_dobuffer(), the script is explicitely executed using lua_call():
> [...]
>
> ----------------
>
> There is in Lua 4.1.
Hm, lua_loadfile(). Even the name matches :-)
>
> Josh
Thanks!
-Markus-