mirror of
https://github.com/python/cpython.git
synced 2024-11-25 01:20:47 +01:00
7 lines
138 B
C
7 lines
138 B
C
|
/* Parser generator interface */
|
||
|
|
||
|
extern grammar gram;
|
||
|
|
||
|
extern grammar *meta_grammar PROTO((void));
|
||
|
extern grammar *pgen PROTO((node *));
|