# New Ticket Created by Stephen Weeks # Please include the string: [perl #49061] # in the subject line of all future correspondence about this issue. # <URL: 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 forever with --target=parse. Tracked it down to a <ws> rule. When I define a custom token ws in the grammar, it parses without problem. Built a stripped-down test case. http://nopaste.snit.ch:8001/paste has the grammar. http://pleasedieinafire.net/~tene/jp.tar.bz2 has the grammar, a slightly modified version of abc's .pir and Makefile. Can anyone else confirm this? Am I doing something wrong?