Rebuild.
This commit is contained in:
parent
6b09187899
commit
4b6d35aa9f
@ -864,7 +864,7 @@ do
|
|||||||
if lua.statements then
|
if lua.statements then
|
||||||
self:error("Cannot use [[" .. tostring(bit.src) .. "]] as a string interpolation value, since it's not an expression.")
|
self:error("Cannot use [[" .. tostring(bit.src) .. "]] as a string interpolation value, since it's not an expression.")
|
||||||
end
|
end
|
||||||
insert(concat_parts, "nomsu:stringify(" .. tostring(lua.expr) .. ")")
|
insert(concat_parts, "stringify(" .. tostring(lua.expr) .. ")")
|
||||||
_continue_0 = true
|
_continue_0 = true
|
||||||
until true
|
until true
|
||||||
if not _continue_0 then
|
if not _continue_0 then
|
||||||
@ -1270,12 +1270,6 @@ do
|
|||||||
end
|
end
|
||||||
self.compilestack = { }
|
self.compilestack = { }
|
||||||
self.debug = false
|
self.debug = false
|
||||||
self.repr = function(self, ...)
|
|
||||||
return repr(...)
|
|
||||||
end
|
|
||||||
self.stringify = function(self, ...)
|
|
||||||
return stringify(...)
|
|
||||||
end
|
|
||||||
self.environment = {
|
self.environment = {
|
||||||
nomsu = self,
|
nomsu = self,
|
||||||
repr = repr,
|
repr = repr,
|
||||||
|
Loading…
Reference in New Issue
Block a user