Lines Matching +full:output +full:- +full:files
4 luac \- Lua compiler
16 into binary files containing precompiled chunks
23 off-line syntax checking.
33 text files containing Lua source and
34 binary files containing precompiled chunks.
36 produces a single output file containing the combined bytecodes
37 for all files given.
38 Executing the combined file is equivalent to executing the given files.
40 the output file is named
43 .B \-o
52 Make sure you save the source files of all Lua programs that you precompile.
56 .B \-l
59 If no files are given, then
65 .B \-l \-l
68 .BI \-o " file"
69 output to
74 .B "'\-'"
75 for standard output,
76 but not on platforms that open standard output in text mode.)
77 The output file may be one of the given files because
78 all files are loaded before the output file is written.
79 Be careful not to overwrite precious files.
81 .B \-p
82 load files but do not generate any output file.
84 corrupted files will probably generate errors when loaded.
85 If no files are given, then
92 .B \-s
93 strip debug information before writing the output file.
100 .B \-v
103 .B \-\-
106 .B \-