aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-10-09 03:51:53 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-10-09 03:51:53 -0700
commitca130f36a5295fb38445de7207459baa8070338f (patch)
tree727d6c17f15a9cedda23c34513ca620523802343 /nomsu.moon
parente8c820b8f566297ef2330260c2d092012c3d2622 (diff)
Added chain for loaded files.
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.moon b/nomsu.moon
index 5167e0b..7c96f81 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -189,7 +189,7 @@ class NomsuCompiler
@debug = false
@utils = utils
@repr = (...)=> repr(...)
- @loaded_files = {}
+ @loaded_files = setmetatable({}, {__index:parent and parent.loaded_files})
if not parent
@initialize_core!