Skip Menu |

This queue is for tickets about the Parse-RecDescent CPAN distribution.

Report information
The Basics
Id: 721
Status: resolved
Priority: 0/
Queue: Parse-RecDescent

People
Owner: Nobody in particular
Requestors: simon [...] simon-cozens.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Metagrammar doesn't parse, oh the irony
Running the metagrammar given in Parse::RecDescent through itself: Warning (line 31): Token pattern "m/(\d+)[.][.](/" may not be a valid regular expression ERROR (line 31): Untranslatable item encountered: "\d+)/" Warning (line 32): Token pattern "m/[.][.](/" may not be a valid regular expression ERROR (line 32): Untranslatable item encountered: "\d*)/" Warning (line 33): Token pattern "m/(\d*)[.][.])/" may not be a valid regular expression Warning (line 35): Token pattern "m/[/" may not be a valid regular expression ERROR (line 35): Untranslatable item encountered: "]([\][/]|[^/])*[/]/" (Hint: Set $::RD_HINT (or -RD_HINT if you're using "perl -s") for hints on fixing these problems.)
Date: Sat, 8 Jun 2002 10:06:02 +0100
From: Simon Cozens <simon [...] simon-cozens.org>
To: bug-Parse-RecDescent [...] rt.cpan.org
Subject: [cpan #721] Metagrammar doesn't parse, oh the irony
Corrected grammar attached. -- "Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Message body is not shown because sender requested not to inline it.

It would appear the the metagrammar has been removed from Parse::RecDescent. As such, this bug no longer applies. Thank you for the report!