From cf7d4a2a243cac1975b9b28d47ed91a6bd01b34f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 24 Aug 2018 00:48:10 +0300 Subject: Simplify --- crates/libsyntax2/src/grammar.ron | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crates/libsyntax2/src/grammar.ron') diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron index daf80dde3..2cec5b3e3 100644 --- a/crates/libsyntax2/src/grammar.ron +++ b/crates/libsyntax2/src/grammar.ron @@ -41,6 +41,11 @@ Grammar( [">=", "GTEQ"], ["+=", "PLUSEQ"], ["-=", "MINUSEQ"], + ["|=", "PIPEEQ"], + ["&=", "AMPEQ"], + ["^=", "CARETEQ"], + ["/=", "SLASHEQ"], + ["*=", "STAREQ"], ["&&", "AMPAMP"], ["||", "PIPEPIPE"], ["<<", "SHL"], -- cgit v1.2.3