Tiger est un langage informatique, et non l'animal correspondant!

FAQ Tiger Compiler Project

FAQ Tiger T2

Erreur: bison.simple: In function `int yyparse()': ../parse/parse.hh: too few arguments to function `int yylex(yystype *, Location *)'

Erreur: bison.simple: In function `int yyparse()': ../parse/parse.hh: too few arguments to function `int yylex(yystype *, Location *)'
- soit prototyper yylex dans le fichier parse.hh (cf. section generale 3.3.2)
- soit prototyper yylex dans le fichier parse.hh ainsi:
int yylex (union yystype *yylval, Location *yylloc)
et rajouter la directive '%pure_parser'



Merci à tous les participants de cette FAQ sur Tiger: notre professeur Akim Demaille,
Sébastien Moncel et Arnaud Meyer, ingénieur informatique EPITA promo 2003.

Valid XHTML 1.0!   Valid CSS!