From 63d8b1cd3f34b15bf86210b99209e8b57e7019bb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 28 Sep 2018 22:15:06 -0700 Subject: Fully working, I think? (with a lot of shims) --- nomnom/decompile.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomnom/decompile.nom') diff --git a/nomnom/decompile.nom b/nomnom/decompile.nom index e002f61..58679a2 100644 --- a/nomnom/decompile.nom +++ b/nomnom/decompile.nom @@ -266,7 +266,7 @@ action [decompile %tree]: (((size of %line) > 10) and ((%nomsu::trailing line length) > %max_line)): %nomsu::add "\\\n.." - while ((size of %line) > 0): + repeat while ((size of %line) > 0): %space = (%max_line - (%nomsu::trailing line length)) %split = (%line::position of "[%p%s]" after %space) if ((not %split) or (%split > %space + 10)): -- cgit v1.2.3