RE: luac - output into ONE bytecode file?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: luac - output into ONE bytecode file?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2001年4月16日 19:53:44 -0300 (EST)
>> Having an option to feed luac for instance that says
>> "stuff it ALL into one file" would help a lot.
>
>Why not just concatenate your source text files into a single source text
>file, and then run luac over that?
luac already accepts several inputs files and outputs a single bytecode file
whose execution is equivalent to the execution of the input files.
That's the default behavior. Or are the usage message and man page unclear??
--lhf