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