Sign in
android
/
toolchain
/
python
/
ae84a862898faeca900605c016751ee46a431ebc
/
.
/
Python-2.7.5
/
Include
/
pgen.h
blob: 8a325ed07488f8aecce0eb2897c115c6fa5d9b19 [
file
] [
log
] [
blame
]
#ifndef
Py_PGEN_H
#define
Py_PGEN_H
#ifdef
__cplusplus
extern
"C"
{
#endif
/* Parser generator interface */
extern
grammar
*
meta_grammar
(
void
);
struct
_node
;
extern
grammar
*
pgen
(
struct
_node
*);
#ifdef
__cplusplus
}
#endif
#endif
/* !Py_PGEN_H */