aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-23 22:48:10 +0100
committerAleksey Kladov <[email protected]>2018-08-23 22:48:10 +0100
commitcf7d4a2a243cac1975b9b28d47ed91a6bd01b34f (patch)
tree0a1730599ff089623b3bb1946fc061f124f2e410 /crates/libsyntax2/src/grammar.ron
parentdd64a155e9dd24fd2a81f8c634fdb396632de472 (diff)
Simplify
Diffstat (limited to 'crates/libsyntax2/src/grammar.ron')
-rw-r--r--crates/libsyntax2/src/grammar.ron5
1 files changed, 5 insertions, 0 deletions
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(
41 [">=", "GTEQ"], 41 [">=", "GTEQ"],
42 ["+=", "PLUSEQ"], 42 ["+=", "PLUSEQ"],
43 ["-=", "MINUSEQ"], 43 ["-=", "MINUSEQ"],
44 ["|=", "PIPEEQ"],
45 ["&=", "AMPEQ"],
46 ["^=", "CARETEQ"],
47 ["/=", "SLASHEQ"],
48 ["*=", "STAREQ"],
44 ["&&", "AMPAMP"], 49 ["&&", "AMPAMP"],
45 ["||", "PIPEPIPE"], 50 ["||", "PIPEPIPE"],
46 ["<<", "SHL"], 51 ["<<", "SHL"],