class IDL::Engine::ProductionStack

def initialize

def initialize
  @stack = []
  @index = {}
end