You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler version (perl6 -v):
This is Rakudo version 2018.05 built on MoarVM version 2018.05
implementing Perl 6.c.
The text was updated successfully, but these errors were encountered:
ronaldxs
changed the title
Suppressing capture of lexical regex with <.regex-name> doesn't work
Suppressing capture of lexical regex with <.regex-name> doesn't work - works with <®ex-name>
Jun 1, 2018
The Problem
Update: it looks like this is a doc issue. If I don't hear back in a day or so I will move to doc ...
Expected Behavior
The Subrules section of the Regexes doc essentially suggests that capture suppression with
<.should work on a lexical token but it does not.Update: it looks like a doc error:
In roast S05-interpolation/lexicals.t#L10 it is done with
my token abc {}; 'foo abc def' ~~ / <&abc> /Steps to Reproduce
Environment
Operating system:
Description: Ubuntu 14.04.5 LTS
Codename: trusty
Compiler version (
perl6 -v):This is Rakudo version 2018.05 built on MoarVM version 2018.05
implementing Perl 6.c.
The text was updated successfully, but these errors were encountered: