From 63c14bdbc3afbb3819c0f6ca4435cff1179f68f0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 9 Nov 2018 17:50:00 -0800 Subject: Changed clumping to only be different for "'", not other operators. --- nomsu_decompiler.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu_decompiler.moon') diff --git a/nomsu_decompiler.moon b/nomsu_decompiler.moon index b711112..750ccb5 100644 --- a/nomsu_decompiler.moon +++ b/nomsu_decompiler.moon @@ -42,7 +42,7 @@ tree_to_inline_nomsu = (tree)-> if type(bit) == "string" clump_words = if type(tree[i-1]) == 'string' is_operator(bit) != is_operator(tree[i-1]) - else is_operator(bit) + else bit == "'" nomsu\append " " if i > 1 and not clump_words nomsu\append bit else -- cgit v1.2.3