aboutsummaryrefslogtreecommitdiff
path: root/Sil/Parse.dcl
diff options
context:
space:
mode:
authorCamil Staps2017-07-29 00:17:28 +0200
committerCamil Staps2017-07-29 00:18:29 +0200
commitcda243a41b13626f72ceaaa99901c402b9797dc7 (patch)
tree88788ec4d6d7490e2b4aa9da5f3cba570ff18151 /Sil/Parse.dcl
parentFix lazy operators (diff)
Cleanup; add <> < > <= >=
Diffstat (limited to 'Sil/Parse.dcl')
-rw-r--r--Sil/Parse.dcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/Sil/Parse.dcl b/Sil/Parse.dcl
index 378586a..74a2ff2 100644
--- a/Sil/Parse.dcl
+++ b/Sil/Parse.dcl
@@ -27,7 +27,12 @@ from Sil.Util.Parser import class name
| TStar //* *
| TSlash //* /
| TPercent //* %
- | TDoubleEquals //* ==
+ | TEquals //* ==
+ | TUnequals //* <>
+ | TLe //* <=
+ | TGe //* >=
+ | TLt //* <
+ | TGt //* >
| TDoubleBar //* ||
| TDoubleAmpersand //* &&
| TLit Literal //* True; False; integers