# File lib/parslet/bytecode/compiler.rb, line 5
    def initialize
      @buffer = []
      @blocks = Hash.new
    end