etisserant@0: /* etisserant@0: * (c) 2003 Mario de Sousa etisserant@0: * etisserant@0: * Offered to the public under the terms of the GNU General Public License etisserant@0: * as published by the Free Software Foundation; either version 2 of the etisserant@0: * License, or (at your option) any later version. etisserant@0: * etisserant@0: * This program is distributed in the hope that it will be useful, but etisserant@0: * WITHOUT ANY WARRANTY; without even the implied warranty of etisserant@0: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General etisserant@0: * Public License for more details. etisserant@0: * etisserant@0: * This code is made available on the understanding that it will not be etisserant@0: * used in safety-critical situations without a full and competent review. etisserant@0: */ etisserant@0: etisserant@0: /* etisserant@0: * An IEC 61131-3 IL and ST compiler. etisserant@0: * etisserant@0: * Based on the etisserant@0: * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10) etisserant@0: * etisserant@0: */ etisserant@0: etisserant@0: etisserant@0: /* etisserant@0: * This is one of the versions available for the 4th stage. etisserant@0: * etisserant@0: * This 4th stage generates a c++ source program equivalent etisserant@0: * to the IL and ST code. etisserant@0: */ etisserant@0: etisserant@0: etisserant@0: /* etisserant@0: * generate_cc.HH etisserant@0: */ etisserant@0: etisserant@0: etisserant@0: #ifndef _generate_cc_HH etisserant@0: #define _generate_cc_HH etisserant@0: etisserant@0: etisserant@0: etisserant@0: #include etisserant@0: #include "../../absyntax/absyntax.hh" etisserant@0: #include "../../absyntax/visitor.hh" etisserant@0: etisserant@0: etisserant@0: etisserant@0: etisserant@0: etisserant@0: etisserant@0: etisserant@0: etisserant@0: #endif /* _generate_cc_HH */ etisserant@0: