easy partiel
This commit is contained in:
@@ -31,16 +31,16 @@ int codeSymbole[] = {
|
||||
};
|
||||
|
||||
char *tableMotsClefs[] = {
|
||||
"si", "alors", "sinon", "tantque", "faire", "entier", "retour", "lire", "ecrire", '\0'
|
||||
"si", "alors", "sinon", "tantque", "faire", "entier", "retour", "lire", "ecrire", "pour", '\0'
|
||||
};
|
||||
|
||||
int codeMotClefs[] = {
|
||||
SI, ALORS, SINON, TANTQUE, FAIRE, ENTIER, RETOUR, LIRE, ECRIRE
|
||||
SI, ALORS, SINON, TANTQUE, FAIRE, ENTIER, RETOUR, LIRE, ECRIRE, POUR
|
||||
};
|
||||
|
||||
char yytext[YYTEXT_MAX];
|
||||
int yyleng;
|
||||
int nbMotsClefs = 9;
|
||||
int nbMotsClefs = 10;
|
||||
/* Compter les lignes pour afficher les messages d'erreur avec numero ligne */
|
||||
int nb_ligne = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user