Merge branch 'master' of git.piment-noir.org:TP_AL_C
[TP_AL_C.git] / lexer / syntactic_analyzer.h
... / ...
CommitLineData
1#ifndef SYNTACTIC_ANALYZER_H_
2#define SYNTACTIC_ANALYZER_H_
3
4/* Syntactic analyzer functions declarations */
5
6void analyze_AXIOME();
7
8#endif /* SYNTACTIC_ANALYZER_H_ */