From a9c4b78074d1cf4399e9e2bc9e98d6d0c772ec29 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 13 Feb 2018 15:17:45 -0800 Subject: Initial branch of switching to using immutable types. --- 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 d2929bf..7a6f535 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -79,7 +79,7 @@ immediately: Expected a Dict for the assignments part of '<- %' statement, not \(%assignments' source code) lua> ".." for i, item in ipairs(\%assignments.value) do - local target, value = item.dict_key, item.dict_value; + local target, value = item.key, item.value; local target_lua = nomsu:tree_to_lua(target); if not target_lua.expr then error("Invalid target for assignment: "..target:get_src()); end local value_lua = nomsu:tree_to_lua(value); -- cgit v1.2.3