aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-11 08:54:09 +0000
committerAleksey Kladov <[email protected]>2018-02-11 08:54:09 +0000
commiteb4c05d572ff0c4e92452232d6591d7a2796e785 (patch)
tree371136f9c2ad04ff1fca3db94e73872988395fa1 /grammar.ron
parent555c4ae37560493fd901aad41951ad1664043459 (diff)
G: reference types
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index bc7dd7c55..0905c282a 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -108,6 +108,7 @@ Grammar(
108 "POINTER_TYPE", 108 "POINTER_TYPE",
109 "ARRAY_TYPE", 109 "ARRAY_TYPE",
110 "SLICE_TYPE", 110 "SLICE_TYPE",
111 "REFERENCE_TYPE",
111 112
112 "EXTERN_BLOCK", 113 "EXTERN_BLOCK",
113 "ENUM_VARIANT", 114 "ENUM_VARIANT",