From ec69ee6f62016a2edcc13e3183cbe4cadd75717f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 30 Dec 2018 23:56:28 -0800 Subject: Fixes for: indented strings ending in ", peeking at code object text before modifying them, and major upgrades to the nomsu codegen, including support for indented inline arguments (instead of using "\n..") and just generally better line wrapping, including finally good rules for when to use indented text (for almost all cases). --- code_obj.moon | 1 - 1 file changed, 1 deletion(-) (limited to 'code_obj.moon') diff --git a/code_obj.moon b/code_obj.moon index 433a178..bdce010 100644 --- a/code_obj.moon +++ b/code_obj.moon @@ -100,7 +100,6 @@ class Code assert(b, "code bit is nil") assert(not Source\is_instance(b), "code bit is a Source") if b == '' then continue - b.dirty = error if type(b) != 'string' bits[#bits+1] = b @dirty! -- cgit v1.2.3