On Sat, 07 Oct 2017 17:36:28 -0700, alex.jakime...@gmail.com wrote:
> Oops. Last link:
> https://github.com/rakudo/rakudo/blob/de0533c4d4c9f425ce22432a8e4555ded27cba91/src/Perl6/Grammar.nqp#L3853
> 
> On 2017-10-07 17:35:58, alex.jakime...@gmail.com wrote:
> > FWIW to add it one will need to hack this part:
> >
> https://github.com/rakudo/rakudo/blob/de0533c4d4c9f425ce22432a8e4555ded27cba91/src/Perl6/Actions.nqp#L7999-
> > L8055
> >
> > See the implementation for S/// for more inspiration:
> >
> https://github.com/rakudo/rakudo/blob/de0533c4d4c9f425ce22432a8e4555ded27cba91/src/Perl6/Actions.nqp#L8057-
> > L8234
> >
> > Basically you'd be checking for 「$<sym> eq 'TR'」, which of course has
> > to be
> > first added here as 「<sym=[tr|TR]>」
> > https://github.com/rakudo/rakudo/blob/nom/src/Perl6/Grammar.nqp#L3853
> >
> > On 2016-07-09 21:07:42, c...@zoffix.com wrote:
> > > +1 for adding


Thank you for the report. This is now fixed.

Fix:  https://github.com/rakudo/rakudo/commit/f69586240975f67
Test: https://github.com/perl6/roast/commit/27cc9417fc220409b

Reply via email to