Ajout vérification appel fonction

This commit is contained in:
2016-03-09 11:11:11 +01:00
parent ef3f2bb998
commit 1a2afe8ed3
3 changed files with 48 additions and 80 deletions

View File

@@ -15,7 +15,7 @@ void affiche_t_instr_affect(n_instr *n);
void affiche_t_instr_appel(n_instr *n);
void affiche_t_instr_retour(n_instr *n);
void affiche_t_instr_ecrire(n_instr *n);
void affiche_t_l_exp(n_l_exp *n);
int affiche_t_l_exp(n_l_exp *n);
void affiche_t_exp(n_exp *n);
void affiche_t_varExp(n_exp *n);
void affiche_t_opExp(n_exp *n);