# File lib/parslet/bytecode/compiler.rb, line 110
    def visit_named(name, parslet)
      parslet.accept(self)
      add Box.new(name)
    end