Re: [perl #49061] parsing hangs forever, fixed with custom token ws

2007-12-29 Thread Patrick R. Michaud
On Sun, Dec 23, 2007 at 06:01:22PM -0800, Stephen Weeks wrote: > Working on getting parrot to parse the lojban grammar, I found that it > would hang forever with --target=parse. Tracked it down to a rule. > When I define a custom token ws in the grammar, it parses without > problem. > > Built a

Re: parsing hangs forever, fixed with custom token ws

2007-12-25 Thread Stephen Weeks
Not long ago, Klaas-Jan proclaimed... > > http://nopaste.snit.ch:8001/pastehas the grammar. > this one is empty. You'd think I'd read the links I paste. http://nopaste.snit.ch:8001/11891

Re: parsing hangs forever, fixed with custom token ws

2007-12-24 Thread Klaas-Jan
On Dec 24, 3:01 am, [EMAIL PROTECTED] (Stephen Weeks) wrote: > # New Ticket Created by Stephen Weeks > # Please include the string: [perl #49061] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=49061> > > Working on getting

[perl #49061] parsing hangs forever, fixed with custom token ws

2007-12-23 Thread via RT
# New Ticket Created by Stephen Weeks # Please include the string: [perl #49061] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49061 > Working on getting parrot to parse the lojban grammar, I found that it would hang forev