[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua Listing File Extension?
- From: Jon Akhtar <akhtar@...>
- Date: Thu, 17 Nov 2011 10:31:35 -0500
I want to save the output of luac -l foo.lua to a file.
How should I name the file? Is there a convention in use?
I know of these lua file extensions:
*.lua (lua source)
*.wlua (windows, run without console)
*.luac (compiled lua bytecode)
*.mlua (metalua source)
If there is no common extension I'd like to suggest:
*.lual
Or anything else someone would like to propose that could be agreed upon.
-Jon