diff options
Diffstat (limited to 'lib/operators.nom')
| -rw-r--r-- | lib/operators.nom | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
