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

FAQ Tiger Compiler Project

Section générale sur Tiger

3.3.2 - Modification du fichier parse.hh pour la declaration correcte de yylex:
-*-------------- cut here ------------------*-

#ifndef PARSE_PARSE_HH_
# define PARSE_PARSE_HH_

/* Declaration shared between the scanner and the parser but private
to the parse module. */

# include "absyn/location.hh"


int yylex (void);


#endif /* !PARSE_PARSE_HH_ */

-*-------------- cut here ------------------*-



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!