class IDL::Delegator

def post_parse

def post_parse
  if @preprocess
    Marshal.dump([@root, @includes], @preprocout)
  end
end