stage3/stage3.hh
changeset 417 d48f53715f77
parent 279 c0453b7f99df
child 443 ff4d26b7e51d
equal deleted inserted replaced
416:0c2ef191b22a 417:d48f53715f77
    29  * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10)
    29  * FINAL DRAFT - IEC 61131-3, 2nd Ed. (2001-12-10)
    30  *
    30  *
    31  */
    31  */
    32 
    32 
    33 
    33 
    34 // #include <stdio.h>  /* required for NULL */
       
    35 #include <string>
       
    36 #include <iostream>
       
    37 #include <sstream>
       
    38 #include <typeinfo>
       
    39 #include <list>
       
    40 #include <strings.h>
       
    41 
       
    42 #include "../util/symtable.hh"
    34 #include "../util/symtable.hh"
    43 #include "../util/dsymtable.hh"
       
    44 #include "../absyntax/visitor.hh"
       
    45 
       
    46 #include "visit_expression_type.hh"
       
    47 
    35 
    48 
    36 
    49 int stage3(symbol_c *tree_root);
    37 int stage3(symbol_c *tree_root);
    50 int type_safety(symbol_c *tree_root);
    38 int type_safety(symbol_c *tree_root);