aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 10:32:53 +0100
committerAleksey Kladov <[email protected]>2018-07-31 10:32:53 +0100
commitff71cb1f6de07479610fb0f45e740b249e8a01c6 (patch)
tree29df6315075f7e0339e8687a78a5bfcef776f900 /src/grammar.ron
parentc244dd10343ff96a73879c593bd9253c4073cb90 (diff)
Introduce param & arg list
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 5b8a9219c..f640ccb7b 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -151,5 +151,8 @@ Grammar(
151 "LIFETIME_PARAM", 151 "LIFETIME_PARAM",
152 "TYPE_PARAM_LIST", 152 "TYPE_PARAM_LIST",
153 "TYPE_ARG_LIST", 153 "TYPE_ARG_LIST",
154
155 "PARAM_LIST",
156 "ARG_LIST",
154 ] 157 ]
155) 158)