1 2 3 4 5 6
/* Parser generator interface */ extern grammar gram; extern grammar *meta_grammar PROTO((void)); extern grammar *pgen PROTO((node *));