aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-01-12 16:33:42 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-01-12 16:33:42 -0800
commit4b6d35aa9f605a8a1147ce514cb7180c38dd2ca7 (patch)
tree787c31136588cbab067e7f0bd718732cbbe0a200 /nomsu.lua
parent6b09187899e86eabc25ed2ff96f4c2e51f130c00 (diff)
Rebuild.
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua8
1 files changed, 1 insertions, 7 deletions
diff --git a/nomsu.lua b/nomsu.lua
index 4aa80a8..3ca82f1 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -864,7 +864,7 @@ do
if lua.statements then
self:error("Cannot use [[" .. tostring(bit.src) .. "]] as a string interpolation value, since it's not an expression.")
end
- insert(concat_parts, "nomsu:stringify(" .. tostring(lua.expr) .. ")")
+ insert(concat_parts, "stringify(" .. tostring(lua.expr) .. ")")
_continue_0 = true
until true
if not _continue_0 then
@@ -1270,12 +1270,6 @@ do
end
self.compilestack = { }
self.debug = false
- self.repr = function(self, ...)
- return repr(...)
- end
- self.stringify = function(self, ...)
- return stringify(...)
- end
self.environment = {
nomsu = self,
repr = repr,