diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-03 01:04:21 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-03 01:04:21 -0800 |
| commit | cd4196d36553530eac385dd909426509fa9aaeec (patch) | |
| tree | b881b2e37d89e25bc1ca0fccee71fa92003d76d5 /lib/operators.nom | |
| parent | cfee75b21b307b5d57c215cad5b1c089c91182fc (diff) | |
Tidying.
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 |
