From 9dee9dbbd8708ac2fb00c2240c7e0059e8691eb2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Oct 2017 19:43:55 -0700 Subject: Made symbols group with each other, instead of *every* one being alone. --- lib/operators.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/operators.nom b/lib/operators.nom index 09bdbcd..c254861 100644 --- a/lib/operators.nom +++ b/lib/operators.nom @@ -90,7 +90,7 @@ lua block ".." # Chained compairsions (e.g. x < y <= z) are defined up to 3 operands lua block ".." |local max_operands = 3; - |for _,chainers in ipairs({{"<","< ="},{">","> ="}}) do; + |for _,chainers in ipairs({{"<","<="},{">",">="}}) do; | local function recurse(chainers, chain) # The 1-op versions are already more efficiently defined, and a 0-op version doesnt make sense | if #chain >= 2 then; -- cgit v1.2.3