http://qs321.pair.com?node_id=795673


in reply to Re^3: Regexp not capturing in named subrules
in thread Regexp not capturing in named subrules

No, you misread. \g<thing> in Ruby-1.9's oniguruma works like (?&thing) in perl 5.10. It's a subroutine call. The grammar section (?: ... ){0} creates the subroutines and I just call an entry point later.

⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊