Syntactic analysis fully working implementation.
[TP_AL_C.git] / lexer / syntactic_analyzer.h
1 #ifndef SYNTACTIC_ANALYZER_H_
2 #define SYNTACTIC_ANALYZER_H_
3
4 /* Syntactic analyzer functions declarations */
5
6 void analyze_AXIOME();
7
8 #endif /* SYNTACTIC_ANALYZER_H_ */