Ajout de l'analyse syntaxique des expresion :
- ()
- +
- *
This commit is contained in:
20
header/analyseur_syntaxyque.h
Normal file
20
header/analyseur_syntaxyque.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __ANALYSEUR_SYNTAXYQUE__
|
||||
#define __ANALYSEUR_SYNTAXYQUE__
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "symboles.h"
|
||||
#include "util.h"
|
||||
#include "stdio.h"
|
||||
#include "analyseur_lexical.h"
|
||||
|
||||
void expArith (void);
|
||||
void expArithBis (void);
|
||||
void terme (void);
|
||||
void termeBis (void);
|
||||
void facteur (void);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user