From b54829de363f67a8a6f6131ceb0eb27aa09d4292 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 27 Apr 2018 16:45:11 -0700 Subject: Better text interpolation/handling of "\". Also added syntax support for (statement; statement) --- core/operators.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/operators.nom') diff --git a/core/operators.nom b/core/operators.nom index a9deec1..480a75f 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -123,7 +123,7 @@ immediately vars[i] = tostring(target_lua); end \%lua:remove_free_vars(vars); - \%lua:prepend("local ", lhs, " = ", rhs, ";\\n"); + \%lua:prepend("local ", lhs, " = ", rhs, ";\n"); return Lua ".." do -- cgit v1.2.3