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