Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement :: in regexes #2268

Closed
p6rt opened this issue Nov 19, 2010 · 4 comments
Closed

implement :: in regexes #2268

p6rt opened this issue Nov 19, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 19, 2010

Migrated from rt.perl.org#79424 (status was 'resolved')

Searchable as RT79424$

@p6rt
Copy link
Author

p6rt commented Nov 19, 2010

From mason.kramer@gmail.com

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␤»

@p6rt
Copy link
Author

p6rt commented Nov 5, 2017

From @AlexDaniel

Hi there! Thanks for the report. Indeed, :​: is still not implemented (but should be). There's another ticket for that​: #​72234. I'll close this in favor of that other ticket.

On 2010-11-18 20​:19​:08, mason.kramer@​gmail.com 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␤»

@p6rt
Copy link
Author

p6rt commented Nov 5, 2017

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 5, 2017

@AlexDaniel - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Nov 5, 2017
@p6rt p6rt added the Todo label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant