4 The %union is declared after the user C declarations. It can be
5 a problem if YYSTYPE is declared after the user part. []
7 Actually, the real problem seems that the %union ought to be output
8 where it was defined. For instance, in gettext/intl/plural.y, we
18 unsigned long int num;
20 struct expression *exp;
25 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
29 Where the first part defines struct expression, the second uses it to
30 define YYSTYPE, and the last uses YYSTYPE. Only this order is valid.
39 ** %semantic-parser []
41 ** Options which could use parse_dquoted_param ().
42 Maybe transfered in lex.c.
48 ** Skeleton strategy. []
49 Must we keep %no-parser?
54 Find the best graph parameters. []
58 informations about ERROR_VERBOSE. []
59 ** Add explainations about
64 ** tests/pure-parser.at []