easy partiel

This commit is contained in:
2016-02-23 18:02:37 +01:00
parent cd4e0880e5
commit 336d8d58bd
102 changed files with 15322 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ void instructionTantque (void);
void instructionAppel (void);
void instructionRetour (void);
void instructionEcriture (void);
void instructionPour (void);
void instructionVide (void);
void expression (void);
void expressionBis (void);

View File

@@ -2,7 +2,7 @@
#define EPSILON 0
#define NB_NON_TERMINAUX 42
#define NB_NON_TERMINAUX 43
#define _listeDecVariables_ 1
#define _listeDecFonctions_ 2
@@ -44,11 +44,12 @@
#define _expressionBis_ 39
#define _instructionFaire_ 40
#define _optListeDecVariables_ 41
#define _instructionPour_ 42
/* symboles terminaux */
#define NB_TERMINAUX 31
#define NB_TERMINAUX 32
#define POINT_VIRGULE 1
#define PLUS 2
@@ -80,5 +81,4 @@
#define NOMBRE 28
#define FIN 29
#define VIRGULE 30
#define POUR 31