Re: Where regexs listed for Python language's tokenizer/lexer?

2009-09-12 Thread Robert Kern
Dennis Lee Bieber wrote: On Fri, 11 Sep 2009 23:10:39 -0700 (PDT), Chris Seberino declaimed the following in gmane.comp.python.general: Where regexs listed for Python language's tokenizer/lexer? If I'm not mistaken, the grammar is not sufficient to specify the language you al

Re: Where regexs listed for Python language's tokenizer/lexer?

2009-09-12 Thread Duncan Booth
Paul McGuire wrote: > On Sep 12, 1:10 am, Chris Seberino wrote: >> Where regexs listed for Python language's tokenizer/lexer? >> >> If I'm not mistaken, the grammar is not sufficient to specify the >> language >> you also need to specify the regexs

Re: Where regexs listed for Python language's tokenizer/lexer?

2009-09-12 Thread Paul McGuire
On Sep 12, 1:10 am, Chris Seberino wrote: > Where regexs listed for Python language's tokenizer/lexer? > > If I'm not mistaken, the grammar is not sufficient to specify the > language > you also need to specify the regexs that define the tokens > right?..where

Re: Where regexs listed for Python language's tokenizer/lexer?

2009-09-11 Thread Miles Kaufmann
On Sep 11, 2009, at 11:10 PM, Chris Seberino wrote: Where regexs listed for Python language's tokenizer/lexer? If I'm not mistaken, the grammar is not sufficient to specify the language you also need to specify the regexs that define the tokens right?..where is that?

Where regexs listed for Python language's tokenizer/lexer?

2009-09-11 Thread Chris Seberino
Where regexs listed for Python language's tokenizer/lexer? If I'm not mistaken, the grammar is not sufficient to specify the language you also need to specify the regexs that define the tokens right?..where is that? chris -- http://mail.python.org/mailman/listinfo/python-list