# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130218]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130218 >
Code:
grammar G {
token TOP { }
token before { . }
}
say G.parse
On Tue, 29 Nov 2016 12:33:21 -0800, comdog wrote:
> On https://docs.perl6.org/language/regexes , it says "POSIX character
> classes", then lists the names of the POSIX character classes. When I
> try these, they don't seem to respect the locale (see
> http://stackoverflow.com/q/40863736/2766176).
>
On Tue, Nov 29, 2016 at 4:53 PM, Aleks-Daniel Jakimenko-Aleksejev <
perl6-bugs-follo...@perl.org> wrote:
> Obviously, the code above does not make any sense, which is why I think
> Perl 6 should be smart enough to give a warning in this case.
> Could be something like “attempt to use a complex rul
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130217]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130217 >
Code:
say ‘25_8thelloworld_234aeou’ ~~ / <+ident +[∞]> /
Result:
「_8
# New Ticket Created by "brian d foy"
# Please include the string: [perl #130216]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130216 >
On https://docs.perl6.org/language/regexes , it says "POSIX character
classes", then lis
# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #130213]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130213 >
role R1 { method m {} }; role R2 { method m {} }; my $a but R1,R2;
# R2 ends up in s
# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #130211]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130211 >
EVAL 'role R { method overload-this(){...} }; class A does R {}; ';
CATCH { default {