Papa !!!!!!!

This commit is contained in:
2016-03-04 15:49:15 +01:00
parent c400284b80
commit a86fe33ac4
2 changed files with 37 additions and 20 deletions

View File

@@ -19,7 +19,8 @@ void closeSection ( const char * section );
void elementConsome ();
void syntaxError (void);
void syntaxErrorMsg( const char * msg );
void programme (void);
n_prog *programme (void);
void optDecVariables (void);
void listeDecVariables (void);
void listeDecVariablesBis (void);
@@ -49,14 +50,14 @@ void negation (void);
void comparaison (void);
void comparaisonBis (void);
void expression (void);
void expArith (void);
void expArithBis (void);
void terme (void);
void termeBis (void);
void facteur (void);
n_exp *expArith (void);
n_exp *expArithBis(n_exp *herite);
n_exp *terme (void);
n_exp *termeBis(n_exp *herite);
n_exp *facteur (void);
void var (void);
void optIndice (void);
void appelFct (void);
n_exp *appelFct (void);
void listeExpressions (void);
void listeExpressionsBis (void);