A comp.lang.python code snippet archive?

Michael Hudson mwh21 at cam.ac.uk
Wed Mar 1 11:58:46 EST 2000


"Fredrik Lundh" <effbot at telia.com> writes:

> Michael Hudson <mwh21 at cam.ac.uk> wrote:
> > The tokenize module could be brought to bear.
> 
> 1,0-1,3: NAME 'The'
> 1,4-1,12: NAME 'tokenize'
> 1,13-1,19: NAME 'module'
> 1,20-1,25: NAME 'could'
> 1,26-1,28: NAME 'be'
> 1,29-1,36: NAME 'brought'
> 1,37-1,39: NAME 'to'
> 1,40-1,44: NAME 'bear'
> 1,44-1,45: OP '.'
> 
> </F>

Ok, the parser then.

Cheers,
M.

-- 
very few people approach me in real life and insist on proving they are
drooling idiots.                         -- Erik Naggum, comp.lang.lisp



More information about the Python-list mailing list