aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-07 01:55:16 +0100
committerAleksey Kladov <[email protected]>2018-08-07 01:55:16 +0100
commit498098a5d968f06f08fa093f1fd5a43a9a61ecf3 (patch)
tree79311ef5a12ee1625657101570bad758c63c0a75 /src/grammar.ron
parent66bd1ffa327b4b1691a260107ef53a7ef112c8ea (diff)
cast 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 ca37eb80b..b525476c2 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -162,6 +162,7 @@ Grammar(
162 "METHOD_CALL_EXPR", 162 "METHOD_CALL_EXPR",
163 "FIELD_EXPR", 163 "FIELD_EXPR",
164 "TRY_EXPR", 164 "TRY_EXPR",
165 "CAST_EXPR",
165 166
166 // unary 167 // unary
167 "REF_EXPR", 168 "REF_EXPR",