aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 18:38:36 +0100
committerAleksey Kladov <[email protected]>2018-07-31 18:38:36 +0100
commitce3462ce8fed8bb86d887643479c73908fc326a3 (patch)
treef6999e706291b7e39da48259728efd8ec85c848c /src/grammar.ron
parenteba1e8a334a707645701db48fddc61acad7b2dbc (diff)
struct literals
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 6c67db739..564249200 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -129,6 +129,8 @@ Grammar(
129 "METHOD_CALL_EXPR", 129 "METHOD_CALL_EXPR",
130 "FIELD_EXPR", 130 "FIELD_EXPR",
131 "REF_EXPR", 131 "REF_EXPR",
132 "STRUCT_LIT",
133 "STRUCT_LIT_FIELD",
132 134
133 "EXTERN_BLOCK", 135 "EXTERN_BLOCK",
134 "ENUM_VARIANT", 136 "ENUM_VARIANT",