Richard (>):
> The output from .perl for a regex could be more useful than currently.
>
> [...]
>
> Perhaps,
> 
> Regex { <digit>+ }

That does not seem to be legal Perl 6 to me. The idea of .perl is to
output runnable code, after all. How about this instead?

/ <digit>+ /

Reply via email to