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

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

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


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