class IDL::Delegator

def define_module(name)

def define_module(name)
  @cur = @cur.define(IDL::AST::Module, name)
  @cur.annotations.concat(@annotation_stack)
  @annotation_stack = IDL::AST::Annotations.new
  set_last
  @cur
end