Papa !!!!!!!
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user