Sign in
android
/
platform
/
prebuilts
/
gdb
/
darwin-x86
/
481790b5f34a2e67e677d04c7fdf1684e64cc413
/
.
/
include
/
python2.7
/
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 */