7 The %union is declared after the user C declarations. It can be
8 a problem if YYSTYPE is declared after the user part. []
10 Actually, the real problem seems that the %union ought to be output
11 where it was defined. For instance, in gettext/intl/plural.y, we
21 unsigned long int num;
23 struct expression *exp;
28 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
32 Where the first part defines struct expression, the second uses it to
33 define YYSTYPE, and the last uses YYSTYPE. Only this order is valid.
42 ** %semantic-parser []
44 ** Options which could use parse_dquoted_param ().
45 Maybe transfered in lex.c.
51 ** Skeleton strategy. []
52 Must we keep %no-parser?
57 Find the best graph parameters. []
61 informations about ERROR_VERBOSE. []
62 ** Add explainations about
67 ** tests/pure-parser.at []