# File lib/parslet/bytecode/compiler.rb, line 48
    def compile(atom)
      atom.accept(self)
      add Stop.new
      @buffer
    end