stage3/fill_candidate_datatypes.cc
changeset 541 f6208d457722
parent 523 773303b7f31f
child 552 3c39d80fdede
equal deleted inserted replaced
540:5993247a1c91 541:f6208d457722
    27  * An IEC 61131-3 compiler.
    27  * An IEC 61131-3 compiler.
    28  *
    28  *
    29  * Based on the
    29  * Based on the
    30  * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10)
    30  * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10)
    31  *
    31  *
       
    32  */
       
    33 
       
    34 
       
    35 /* TODO - things yet not checked by this data type checker...
       
    36  *
       
    37  * - check variable declarations
       
    38  * - check data type declarations
       
    39  * - check inside configurations (variable declarations)
       
    40  * - check SFC code
       
    41  * - must fix S and R IL functions (includes potientialy fixing stage4 code!) 
    32  */
    42  */
    33 
    43 
    34 
    44 
    35 /*
    45 /*
    36  *  Fill candidate list of data types for all symbols
    46  *  Fill candidate list of data types for all symbols