From bf24824660497189da1a7d03b524e648271b4d03 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 28 Apr 2018 20:45:17 -0700 Subject: Improving idiomatic nomsu codegen --- nomsu_tree.moon | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nomsu_tree.moon') diff --git a/nomsu_tree.moon b/nomsu_tree.moon index 28f7acf..2b4cc0a 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -192,7 +192,10 @@ Tree "Action", nomsu\append next_space, bit.value next_space = " " else - arg_nomsu = bit.type != "Block" and bit\as_nomsu(true) + arg_nomsu = if last_colon == i-1 and bit.type == "Action" then nil + elseif bit.type == "Block" then nil + else bit\as_nomsu(true) + if arg_nomsu and #arg_nomsu < MAX_LINE if bit.type == "Action" if can_use_colon and i > 1 -- cgit v1.2.3