I hate it when people keep me honest. :-) Absolutely right, Ron, my first attempt at a scraper for links-inside-tables had several serious bugs. Here's a new gist<https://gist.github.com/jeffreykegler/9318006>, which takes a more elegant functional approach, and avoids the programming via side effects and globals of the other. And I think this one may actually work. :-) -- jeffrey
On Sun, Mar 2, 2014 at 5:39 PM, Ron Savage <[email protected]> wrote: > Jeffrey, I felt there was a bug in your code, so I played around with it, > and yes! > > https://gist.github.com/ronsavage/9317052 > > -- > You received this message because you are subscribed to the Google Groups > "marpa parser" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
