Matt Diephouse wrote:

AFAICT, there's currently no support for:
  - Lexical/anonymous classes
  - Submethods
Yep.

Also, is rx.ops obsolete? PGE seems to be the new solution. If so, can
we get rid of rx.ops? Or is rx.ops still going to be used for
something?
rx_ opcodes are broken for several reasons: they are non-reentrant due 
to the usage of IntStack and because there is no state kept. The 
character class handling leaks memory like a sieve. The opcodes could 
probably just get removed. OTOH we might eventually collect common PGE 
sequences into quite similar opcodes (w/o the bugs of course).
leo

Reply via email to