aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-05 15:24:44 +0100
committerAleksey Kladov <[email protected]>2018-08-05 15:24:44 +0100
commit80fa861cd688c8e7c92e27feaf6623ecfaa4901e (patch)
tree5430bed65025d2d12d52a90c8c035d94a96b62d6 /src/grammar.ron
parent8cf962f1f56717646af7f67642d2724cb27928d0 (diff)
index expr
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index a73e4e1f1..1eb76abdd 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -153,6 +153,7 @@ Grammar(
153 153
154 // postfix 154 // postfix
155 "CALL_EXPR", 155 "CALL_EXPR",
156 "INDEX_EXPR",
156 "METHOD_CALL_EXPR", 157 "METHOD_CALL_EXPR",
157 "FIELD_EXPR", 158 "FIELD_EXPR",
158 "TRY_EXPR", 159 "TRY_EXPR",