Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / include / python2.4 / pgen.h
CommitLineData
86530b38
AT
1#ifndef Py_PGEN_H
2#define Py_PGEN_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7
8/* Parser generator interface */
9
10extern grammar *meta_grammar(void);
11
12struct _node;
13extern grammar *pgen(struct _node *);
14
15#ifdef __cplusplus
16}
17#endif
18#endif /* !Py_PGEN_H */