LuaComp/src/staticinit.lua

14 lines
381 B
Lua
Raw Permalink Normal View History

2019-11-25 05:25:40 +11:00
--[[
staticinit.lua - Main file of LuaComp, directly includes argparse.
]]
2021-06-26 02:06:38 +10:00
-- This Source Code Form is subject to the terms of the Mozilla Public
-- License, v. 2.0. If a copy of the MPL was not distributed with this
-- file, You can obtain one at https://mozilla.org/MPL/2.0/.
2019-11-25 05:25:40 +11:00
local argparse = (function()
2019-12-15 08:23:07 +11:00
--#include "src/argparse.lua"
2019-11-25 05:25:40 +11:00
end)()
2019-12-15 08:23:07 +11:00
--#include "src/application.lua"