00001 //===-- ast/Ast.cpp ------------------------------------------- -*- C++ -*-===// 00002 // 00003 // This file is distributed under the MIT license. See LICENSE.txt for details. 00004 // 00005 // Copyright (C) 2008, Stephen Wilson 00006 // 00007 //===----------------------------------------------------------------------===// 00008 00009 #include "comma/ast/Ast.h" 00010 #include <cstring> 00011 #include <cassert> 00012 #include <iostream> 00013 00014 using namespace comma; 00015