You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Premake uses LUA files as the configuration file. We don't currently have a LUA parser, but we should at least look into using our regular line parser to parse and convert premake lua build files. This should probably be internal-only until we're either confident that we can handle all the possible lua variations, or until we add a true LUA parser.
Description:
Premake uses LUA files as the configuration file. We don't currently have a LUA parser, but we should at least look into using our regular line parser to parse and convert premake lua build files. This should probably be internal-only until we're either confident that we can handle all the possible lua variations, or until we add a true LUA parser.
Issue Type: