module Regexp::Parser

def self.nest(exp)

def self.nest(exp)
  @nesting.push exp
  @node << exp
  @node  = exp
end