aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-07 12:52:03 +0100
committerAleksey Kladov <[email protected]>2018-08-07 12:52:03 +0100
commit1a25cb0b1e0f81e7b76c0b41b94d18eca3bd3bfb (patch)
tree3683c0849bccbe1aaf0d0b4373beebf5b62999f2 /src/grammar.ron
parentba21da52741bf207db5081811e00eacf45796429 (diff)
simplify unary expr grammar
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 5181e296e..960838c97 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -171,9 +171,7 @@ Grammar(
171 171
172 // unary 172 // unary
173 "REF_EXPR", 173 "REF_EXPR",
174 "DEREF_EXPR", 174 "PREFIX_EXPR",
175 "NOT_EXPR",
176 "NEG_EXPR",
177 175
178 "RANGE_EXPR", // just weird 176 "RANGE_EXPR", // just weird
179 "BIN_EXPR", 177 "BIN_EXPR",