From a7d912a33ae1f6857e5abbda1997bcf1fff2a83d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Dec 2018 19:30:01 -0800 Subject: Initial pass on updating syntax. --- 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 91a09ab..1bb9f0b 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -68,7 +68,7 @@ test: if \$var.type == 'Var' then lua:add_free_vars({var_lua:text()}) end - lua:add(' = ', \($value as lua expr), ';') + lua:add(' = ', \($value as lua expr)) end return lua" -- cgit v1.2.3