From 7d2b7199d87930096b7fd799709fe0105d51eccb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 9 Nov 2018 14:36:15 -0800 Subject: Lots of cleanups, including expanded use of (... compiles to "text literal") shorthand, deprecating Lua value, and more use of Lua "..." with text interpolations. --- code_obj.moon | 1 + 1 file changed, 1 insertion(+) (limited to 'code_obj.moon') diff --git a/code_obj.moon b/code_obj.moon index 39a59c6..fcf2217 100644 --- a/code_obj.moon +++ b/code_obj.moon @@ -255,5 +255,6 @@ class NomsuCode extends Code __len: Code.__len Code.__base.add_1_joined_with = assert Code.__base.concat_append +Code.__base.add = assert Code.__base.append return {:Code, :NomsuCode, :LuaCode, :Source} -- cgit v1.2.3