From 5939b7cba54d6cbba988d3580b193cba63bf9baf Mon Sep 17 00:00:00 2001 From: "Johan B.W. de Vries" Date: Sun, 12 Jan 2025 13:16:31 +0100 Subject: [PATCH] Fix: Function calls with multiple args --- it1-in.lang0 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/it1-in.lang0 b/it1-in.lang0 index 09f280d..d2a965d 100644 --- a/it1-in.lang0 +++ b/it1-in.lang0 @@ -251,6 +251,11 @@ parsestat indent: break / skip + calc isfirst eq first "1" + calc isnotfirst not isfirst + if isnotfirst + emit ", " + / calc char peek calc isquote eq char quote calc isnotquote not isquote @@ -260,11 +265,6 @@ parsestat indent: if isnotquote parseexprvarref / - calc isfirst eq first "1" - calc isnotfirst not isfirst - if isnotfirst - emit ", " - / set first "0" / skipchar eol