Introducing the search_il_operand_type files in the absyntax_utils folder.
The Makefile from absyntax_utils folder and the generate_c_il.cc from the stage4/generate_c
folder was also modified to work with the new search_il_operand_type file.
#!/bin/bash
STFILE=$1
shift
CFLAGS=$*
CC=gcc
#CC=i686-mingw32-gcc
../iec2c $STFILE -I ../lib
#2>/dev/null
$CC -I ../lib -c STD_RESSOURCE.c $CFLAGS
$CC -I ../lib -c STD_CONF.c $CFLAGS
$CC -I ../lib -c plc.c $CFLAGS
$CC -I ../lib main.c STD_CONF.o STD_RESSOURCE.o plc.o $CFLAGS -l rt -o test