aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 10:59:52 +0100
committerAleksey Kladov <[email protected]>2018-07-31 10:59:52 +0100
commit9e02e432b570e33b703032f24a4fbb90cb7eb4eb (patch)
tree630a240b674ead8f89f296007a5c424d44bfb974 /src/grammar.ron
parent66182ed5d5e43962a46492ea41f19f9adeccc9e5 (diff)
expr stmt
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 9383abd19..a8c922040 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -146,7 +146,9 @@ Grammar(
146 "NAME_REF", 146 "NAME_REF",
147 "VALUE_PARAMETER", 147 "VALUE_PARAMETER",
148 "BLOCK", 148 "BLOCK",
149
149 "LET_STMT", 150 "LET_STMT",
151 "EXPR_STMT",
150 152
151 "TYPE_PARAM", 153 "TYPE_PARAM",
152 "LIFETIME_PARAM", 154 "LIFETIME_PARAM",