EVAL FINAL ESAYYYYYYY
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user