On Thu, Jan 31, 2008 at 12:28:57PM -0800, Andrew Lentvorski wrote:
> I have Python code for the naive recursive solution and am working on
> code for the iterative.  I can point you at code that does the
> tail-recursive one.

What timing.  I was thinking of the exact same problem.  I will defer
on conses (the "dot") for my first cut.  I thought I had a nice naive solution
but then found it didn't work.  Time to go read about recursive descent parsers
again.

I'd like to see your recursive descent parser in Python if you want to post it.

Chris

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to