aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-08 17:26:38 +0100
committerAleksey Kladov <[email protected]>2018-08-08 17:31:44 +0100
commiteb8e9043e227682e6e7db2711091dc74d847e766 (patch)
tree5174136ad99ea4bd37f01c4c095c2976c6741403 /src/grammar.ron
parent8f21afacfc981e93f2ad78cd340e9b6c0e821d92 (diff)
Where clauses
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 df1dfe050..0443dd798 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -192,6 +192,7 @@ Grammar(
192 "ALIAS", 192 "ALIAS",
193 "VISIBILITY", 193 "VISIBILITY",
194 "WHERE_CLAUSE", 194 "WHERE_CLAUSE",
195 "WHERE_PRED",
195 "ABI", 196 "ABI",
196 "NAME", 197 "NAME",
197 "NAME_REF", 198 "NAME_REF",