[EMAIL PROTECTED] schrieb: > I'm a compiler newbie and curious if Python grammar is able to > be parsed by a recursive descent parser or if it requires > a more powerful algorithm.
I might be mistaken, but isn't recursive descent one of the more powerful parsing techniques - for the price of non-linearity and even potentially non-termination? Under that assumption: certainly! Diez -- http://mail.python.org/mailman/listinfo/python-list