Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4a1e70fc31d224786a32f950edaf73c8ea9c194d
/
.
/
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 */