We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%type
1 parent d6f8391 commit 35377ccCopy full SHA for 35377cc
spec/lrama/diagnostics_spec.rb
@@ -30,7 +30,7 @@
30
31
%type <i> class /* comment for class */
32
%nterm <str> string /* comment for string */
33
- %type string_1 string_2 /* missing `%type` tag */
+ %type string_1 string_2 /* <tag> is omitted */
34
35
%nonassoc tEQEQ
36
%left tPLUS tMINUS '>'
0 commit comments