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.
1 parent 45fa4f2 commit 27ad217Copy full SHA for 27ad217
src/parser.y
@@ -40,11 +40,10 @@ static char *b64_enc(const char *val, size_t len);
40
%token EQUAL
41
%token EQUALBIN
42
%token AST
43
-%token STRING
44
-%token INT
45
46
-%type <sval> STRING
47
-%type <ival> INT rule rule_start requiredkv
+%token <sval> STRING
+%token <ival> INT
+%type <ival> rule rule_start requiredkv
48
49
%parse-param {const char **keys} {const char **vals} {int *status}
50
0 commit comments