Patch #534304: Implement phase 1 of PEP 263.

This commit is contained in:
Martin v. Löwis 2002-08-04 17:29:52 +00:00
parent a729daf2e4
commit 00f1e3f5a5
13 changed files with 656 additions and 31 deletions

2
Parser/tokenizer_pgen.c Normal file
View file

@ -0,0 +1,2 @@
#define PGEN
#include "tokenizer.c"