diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 23:56:28 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-12-30 23:58:43 -0800 |
| commit | ec69ee6f62016a2edcc13e3183cbe4cadd75717f (patch) | |
| tree | 24e04f77c7390d379f2fb372611ac468a67aed03 /code_obj.moon | |
| parent | 435eae7c0ab10577431bb943a6f48873e5ecdf7c (diff) | |
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).
Diffstat (limited to 'code_obj.moon')
| -rw-r--r-- | code_obj.moon | 1 |
1 files changed, 0 insertions, 1 deletions
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! |
