# File lib/parslet/bytecode/compiler.rb, line 70
    def visit_re(match)
      add Re.new(match, 1)
    end