module: parse-tree rcs-header: $Header: /scm/cvs/src/d2c/compiler/parser/parse-tree.dylan,v 1.4 2001/07/10 00:28:21 bruce Exp $ copyright: see below //====================================================================== // // Copyright (c) 1995, 1996, 1997 Carnegie Mellon University // Copyright (c) 1998, 1999, 2000 Gwydion Dylan Maintainers // All rights reserved. // // Use and copying of this software and preparation of derivative // works based on this software are permitted, including commercial // use, provided that the following conditions are observed: // // 1. This copyright notice must be retained in full on any copies // and on appropriate parts of any derivative works. // 2. Documentation (paper or online) accompanying any system that // incorporates this software, or any part of it, must acknowledge // the contribution of the Gwydion Project at Carnegie Mellon // University, and the Gwydion Dylan Maintainers. // // This software is made available "as is". Neither the authors nor // Carnegie Mellon University make any warranty about the software, // its performance, or its conformity to any specification. // // Bug reports should be sent to ; questions, // comments and suggestions are welcome at . // Also, see http://www.gwydiondylan.org/ for updates and documentation. // //====================================================================== // Parse tree classes. // // // // // // // // // // // // // // {abstract, open} // {abstract} // {abstract, open} // [macro-call-parse] {abstract} // // // // {abstract} // // // // {abstract} // // // // // // [macro-call-parse] // [macro-call-parse] // // // // // // // // // {abstract} // // // // // {abstract} // // // // // // // // // // // // // // // // // // // // // // //