Stephen Simmons wrote:
> In S05, I found this regarding the generalized repetition specifier:
> 
> <alt> ** '|'            # repetition controlled by presence of character
> 
> I tried it out with
> 
> rule thislist { <alpha> ** '|' };
> 
> and got (with Rakudo):
> 
> perl6regex parse error: Error in closure quantifier at offset 28, found '''
> 
> Is this feature unsupported at the moment or am I misunderstanding it?

It seems to be not yet supported, yes.

Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to