aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-09 19:35:55 +0000
committerAleksey Kladov <[email protected]>2018-01-09 19:35:55 +0000
commit1544e89c49c67df00fc72d841f3e39be792cbe2b (patch)
tree1c8354cd22a77cfc32a2026fa1535cc2986007f8 /grammar.ron
parent7f8ca07d864b5ec8e668c48c4c029dd0584eae4a (diff)
G: mod item
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index c475826e4..8871a1996 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -11,6 +11,7 @@ Grammar(
11 "as", 11 "as",
12 "extern", 12 "extern",
13 "crate", 13 "crate",
14 "mod",
14 ], 15 ],
15 tokens: [ 16 tokens: [
16 "ERROR", 17 "ERROR",
@@ -73,6 +74,7 @@ Grammar(
73 "EXTERN_CRATE_ITEM", 74 "EXTERN_CRATE_ITEM",
74 "ATTR", 75 "ATTR",
75 "META_ITEM", 76 "META_ITEM",
77 "MOD_ITEM",
76 "LITERAL", 78 "LITERAL",
77 "ALIAS", 79 "ALIAS",
78 ] 80 ]