aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-08 13:05:33 +0100
committerAleksey Kladov <[email protected]>2018-08-08 13:05:33 +0100
commit5e0fbd59645ad7a8808a7ae9f3ea394afa475852 (patch)
treea1a805e24ff84f2b7b94608a9f5cf2708fb838b6 /src/grammar.ron
parentbfb90dc4f1e9d86a24207b252c5f3405037928b1 (diff)
Range patterns
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 f1c3502bc..df1dfe050 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -143,6 +143,7 @@ Grammar(
143 "TUPLE_STRUCT_PAT", 143 "TUPLE_STRUCT_PAT",
144 "TUPLE_PAT", 144 "TUPLE_PAT",
145 "SLICE_PAT", 145 "SLICE_PAT",
146 "RANGE_PAT",
146 147
147 // atoms 148 // atoms
148 "TUPLE_EXPR", 149 "TUPLE_EXPR",