Remove All errors

This commit is contained in:
2016-02-02 18:15:32 +01:00
parent 707aa5b2ad
commit a9ec673316
2 changed files with 124 additions and 98 deletions

View File

@@ -9,9 +9,13 @@
#include "util.h"
#include "stdio.h"
#include "analyseur_lexical.h"
#include "premiers.h"
#include "suivants.h"
void openSection ( const char * section );
void closeSection ( const char * section );
void syntaxError (void);
void syntaxErrorMsg( const char * msg );
void programme (void);
void optDecVariables (void);
void listeDecVariables (void);