class Racc::Grammar::DefinitionEnv

def initialize

def initialize
  @grammar = Grammar.new
  @seqs = Hash.new(0)
  @delayed = []
end