aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 18:44:54 +0100
committerAleksey Kladov <[email protected]>2018-07-31 18:44:54 +0100
commit599ca1ad890f7b8e1e3919f1727c21dad353f595 (patch)
tree099b6ed3bd1075daa03594211f3f1246659a2467 /src/grammar.ron
parentce3462ce8fed8bb86d887643479c73908fc326a3 (diff)
dref-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 564249200..aa01cb205 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -129,6 +129,7 @@ Grammar(
129 "METHOD_CALL_EXPR", 129 "METHOD_CALL_EXPR",
130 "FIELD_EXPR", 130 "FIELD_EXPR",
131 "REF_EXPR", 131 "REF_EXPR",
132 "DEREF_EXPR",
132 "STRUCT_LIT", 133 "STRUCT_LIT",
133 "STRUCT_LIT_FIELD", 134 "STRUCT_LIT_FIELD",
134 135