mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
6 lines
146 B
C
6 lines
146 B
C
/* Parser generator interface */
|
|
|
|
extern grammar gram;
|
|
|
|
extern grammar *meta_grammar PROTO((void));
|
|
extern grammar *pgen PROTO((struct _node *));
|