2 /* Parser-tokenizer link interface */
20 extern DL_IMPORT(node
*) PyParser_ParseString(char *, grammar
*, int,
22 extern DL_IMPORT(node
*) PyParser_ParseFile (FILE *, char *, grammar
*, int,
23 char *, char *, perrdetail
*);
28 #endif /* !Py_PARSETOK_H */