develooper Front page | perl.perl5.porters | Postings from November 2010

[perl #79426] Re: rakudo: incorrect parse of :: literal in rules

From:
Mason Kramer
Date:
November 19, 2010 00:26
Subject:
[perl #79426] Re: rakudo: incorrect parse of :: literal in rules
Message ID:
rt-3.6.HEAD-13564-1290140438-1704.79426-75-0@perl.org
# New Ticket Created by  Mason Kramer 
# Please include the string:  [perl #79426]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79426 >


Sorry - I meant that '::' is getting parsed incorrectly.  ':' seems fine.  It must be time for bed.

On Nov 18, 2010, at  11:18 PM, Mason Kramer wrote:

> Sorry if this is not in an ideal perlbug(1) bug report, but I couldn't figure out how to do it for perl6.
> 
> My understanding is that ':' is not a metasyntactic inside of a rule definition, ie., that it is literal.  However, it's getting parsed as something else, I'm not sure what.
> 
> rakudo: rule colons { :: };
> :: not yet implemented at line 1, near " }\n"
> 
> std: rule colons { :: };
> std a194beb: OUTPUT«ok 00:01 119m␤»




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About