aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-09-16 16:57:14 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-09-16 16:57:24 -0700
commit96e5e567cb208194793a56462b90fb02c9cfe927 (patch)
tree2e4be316de4988929788420fbfc15b16b60ba743 /nomsu.lua
parent2282085e13f11581d2d5c0ac1491d54da4a3e19d (diff)
Working module system.
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index fda8dd4..3d78dd1 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -133,7 +133,7 @@ if not args or args.help then
os.exit(EXIT_FAILURE)
end
local nomsu = NomsuCompiler
-nomsu.arg = NomsuCompiler._List(args.nomsu_args)
+nomsu.environment.arg = NomsuCompiler.environment._List(args.nomsu_args)
if args.version then
nomsu:run([[use "core"
say (Nomsu version)]])