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