printf("variable %d has %d values:\n", i, y);
for (int j = 0; j < y; j++)
{
+ match_byte(0);
if (match_byte(3))
{
char *a = get_string();
for (int k = 0; k <= level + 1; k++)
printf (" ");
printf ("\"%s\", \"%s\", \"%s\"", a, b, c);
- match_byte(0);
- match_byte(0);
- match_byte(0);
- match_byte(0);
- match_byte(0);
}
else
dump_value (level+1);
+
+ match_byte(0);
+ match_byte(0);
+ match_byte(0);
+ match_byte(0);
putchar('\n');
}
}