0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Parser/pgen.h

7 lines
146 B
C
Raw Normal View History

1990-10-14 13:07:46 +01:00
/* Parser generator interface */
extern grammar gram;
extern grammar *meta_grammar PROTO((void));
1990-12-20 16:06:42 +01:00
extern grammar *pgen PROTO((struct _node *));