lbessard@70: /*
msousa@267: * matiec - a compiler for the programming languages defined in IEC 61131-3
lbessard@70: *
msousa@267: * Copyright (C) 2003-2011 Mario de Sousa (msousa@fe.up.pt)
Edouard@279: * Copyright (C) 2007-2011 Laurent Bessard and Edouard Tisserant
lbessard@70: *
msousa@267: * This program is free software: you can redistribute it and/or modify
msousa@267: * it under the terms of the GNU General Public License as published by
msousa@267: * the Free Software Foundation, either version 3 of the License, or
msousa@267: * (at your option) any later version.
msousa@267: *
msousa@267: * This program is distributed in the hope that it will be useful,
msousa@267: * but WITHOUT ANY WARRANTY; without even the implied warranty of
msousa@267: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
msousa@267: * GNU General Public License for more details.
msousa@267: *
msousa@267: * You should have received a copy of the GNU General Public License
msousa@267: * along with this program. If not, see .
msousa@267: *
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: #include
lbessard@70: #include
lbessard@70: #include
lbessard@70: #include
lbessard@111: #include
laurent@377: #include