mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
7 lines
146 B
C
7 lines
146 B
C
/* Parser generator interface */
|
|
|
|
extern grammar gram;
|
|
|
|
extern grammar *meta_grammar PROTO((void));
|
|
extern grammar *pgen PROTO((struct _node *));
|