From 00f46b0032f2706546e29b2dd90e37ce51fe3b56 Mon Sep 17 00:00:00 2001 From: Brandon Ellis Date: Wed, 21 Sep 2022 11:59:06 -0400 Subject: [PATCH] [DEV-12990] Add gt, gte, lt, lte operators to if/unless This includes updating Tamer's parser to account for the new operator possibilities. --- src/current/include/preproc/template.xsl | 55 ++++++++++++++++++++++++ tamer/src/nir/parse.rs | 8 ++++ tamer/src/xir/st.rs | 4 ++ 3 files changed, 67 insertions(+) diff --git a/src/current/include/preproc/template.xsl b/src/current/include/preproc/template.xsl index 6c9ce049..1e525066 100644 --- a/src/current/include/preproc/template.xsl +++ b/src/current/include/preproc/template.xsl @@ -823,6 +823,61 @@ + + + + + + +