diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 14:36:15 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-09 14:37:22 -0800 |
| commit | 7d2b7199d87930096b7fd799709fe0105d51eccb (patch) | |
| tree | f33de61cb44357497758bb08ec6993753d8baa43 /code_obj.moon | |
| parent | ba96cdfa07cea15ada62f8f89b2563de1286a0de (diff) | |
Lots of cleanups, including expanded use of (... compiles to "text
literal") shorthand, deprecating Lua value, and more use of Lua "..."
with text interpolations.
Diffstat (limited to 'code_obj.moon')
| -rw-r--r-- | code_obj.moon | 1 |
1 files changed, 1 insertions, 0 deletions
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} |
