From cda243a41b13626f72ceaaa99901c402b9797dc7 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 29 Jul 2017 00:17:28 +0200 Subject: Cleanup; add <> < > <= >= --- Sil/Parse.dcl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Sil/Parse.dcl') 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 -- cgit v1.2.3