Can recursive descent parser handle Python grammar?

Ben Sizer kylotan at gmail.com
Fri Sep 29 04:49:47 EDT 2006


seberino at spawar.navy.mil wrote:
> I'm a compiler newbie and was curious if Python's language/grammar
> can be handled by a recursive descent parser.

I believe a recursive descent parser can handle any grammar; it just
depends on how pure you want it to be.

-- 
Ben Sizer




More information about the Python-list mailing list