From 6ba84a0f507270fba8e7a68901dc256c2979d7f9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Dec 2018 17:49:36 -0800 Subject: Initial setup work for syntax version 5. --- core/operators.nom | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/operators.nom') diff --git a/core/operators.nom b/core/operators.nom index fc90699..bc8068e 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -35,8 +35,7 @@ test: # Variable assignment operator (%var = %value) compiles to: lua> "\ - .. - local lua = LuaCode() + ..local lua = LuaCode() if \%var.type == "List" then for i, \%assignment in ipairs(\%var) do if i > 1 then lua:add(", ") end -- cgit v1.2.3