From cd4196d36553530eac385dd909426509fa9aaeec Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 3 Jan 2018 01:04:21 -0800 Subject: Tidying. --- lib/operators.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/operators.nom') diff --git a/lib/operators.nom b/lib/operators.nom index 198a8ff..23de2b3 100644 --- a/lib/operators.nom +++ b/lib/operators.nom @@ -63,7 +63,7 @@ lua do> ".." end nomsu:defmacro("%a "..nomsu_alias.." %b", (function(nomsu, vars) return "("..nomsu:tree_to_lua(vars.a).." "..op.." "..nomsu:tree_to_lua(vars.b)..")"; - end), [["(\\%a ]]..op..[[ \\(%b))"]]); + end), [["(\\%a ]]..op..[[ \\%b)"]]); end # TODO: implement OR, XOR, AND for multiple operands -- cgit v1.2.3