Author: arigo
Date: Tue Jul 6 12:24:59 2010
New Revision: 75894
Added:
pypy/branch/rsre2/pypy/rlib/rsre/rsre_gen.py
- copied unchanged from r75893, pypy/branch/rsre2/pypy/rlib/rsre/rsre.py
Log:
Copy the current rsre.py as rsre_gen.py, using generators,
before I go ahead and write tons of cruft to make it RPython.