EVAL FINAL ESAYYYYYYY

This commit is contained in:
2016-04-19 11:58:53 +02:00
parent 69f4de0a90
commit 4841633f92
60 changed files with 4031 additions and 7634 deletions

View File

@@ -2,7 +2,7 @@
#define EPSILON 0
#define NB_NON_TERMINAUX 43
#define NB_NON_TERMINAUX 45
#define _listeDecVariables_ 1
#define _listeDecFonctions_ 2
@@ -45,11 +45,13 @@
#define _instructionFaire_ 40
#define _optListeDecVariables_ 41
#define _instructionPour_ 42
#define _condition_ 43
#define _conditionBis_ 44
/* symboles terminaux */
#define NB_TERMINAUX 32
#define NB_TERMINAUX 34
#define POINT_VIRGULE 1
#define PLUS 2
@@ -81,4 +83,6 @@
#define NOMBRE 28
#define FIN 29
#define VIRGULE 30
#define POUR 31
#define POUR 31
#define INTERROGATION 32
#define DEUXPOINTS 33