Patrick R. Michaud <[EMAIL PROTECTED]> wrote:

> For splitting on regular expressions, PGE can then provide its own
> split method or function
        ^^^^^^

Sic. C<split> shouldn't be an opcode at all. It's a library function or
more specifically a method inside some namespace. E.g.

  String.split
  Rule.split
  ...

But that's more like an implementation detail, which means, what
currently looks like the C<split> opcode will eventually dispatch to a
class implementing a C<split> method.

> Pm

leo

Reply via email to