[Python-Dev] Re: Decorators: vertical bar syntax (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Tue Aug 10 08:42:25 CEST 2004
- Previous message: [Python-Dev] Re: Decorators: vertical bar syntax
- Next message: [Python-Dev] Re: Decorators: vertical bar syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
David Eppstein wrote:
I think quoted string recognition in Python is still regular, not context-free. Anyway, the syntax highlighters in editors that I've used don't seem to have a problem with it.
shouldn't a simple parenthesis counter suffice? you have to count parens in many cases anyway (e.g. to find function bodies).
- Previous message: [Python-Dev] Re: Decorators: vertical bar syntax
- Next message: [Python-Dev] Re: Decorators: vertical bar syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]