mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Initial revision
This commit is contained in:
parent
c636014c43
commit
85a5fbbdfe
78 changed files with 13589 additions and 0 deletions
9
Include/parsetok.h
Normal file
9
Include/parsetok.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* Parser-tokenizer link interface */
|
||||
|
||||
#if 0
|
||||
extern int parsetok PROTO((struct tok_state *, grammar *, int start,
|
||||
node **n_ret));
|
||||
#endif
|
||||
extern int parsestring PROTO((char *, grammar *, int start, node **n_ret));
|
||||
extern int parsefile PROTO((FILE *, grammar *, int start,
|
||||
char *ps1, char *ps2, node **n_ret));
|
||||
Loading…
Add table
Add a link
Reference in a new issue