lua-users home
lua-l archive

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


Is there any way to access the precompiler from within lua?

I want to have my lua code precompile files before executing dofile()
so the next time the script is run it will run the precompiled version
if this source file hasn't changed.

Steve