From 1e1e2e83c462b7efacaa0e33812beed72a88ab5f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 5 Aug 2018 16:09:25 +0300 Subject: compound ops --- src/grammar.ron | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/grammar.ron') diff --git a/src/grammar.ron b/src/grammar.ron index 0a79eeb95..67022b296 100644 --- a/src/grammar.ron +++ b/src/grammar.ron @@ -37,6 +37,10 @@ Grammar( ["!=", "NEQ"], ["-", "MINUS"], ["->", "THIN_ARROW"], + ["<=", "LTEQ"], + [">=", "GTEQ"], + ["+=", "PLUSEQ"], + ["-=", "MINUSEQ"], ], keywords: [ "use", -- cgit v1.2.3