Recursive descent algorithm able to parse Python?

seberino at spawar.navy.mil seberino at spawar.navy.mil
Thu Sep 28 15:22:06 EDT 2006


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.

Chris




More information about the Python-list mailing list