main.cc
changeset 516 8591746fa134
parent 374 01068ccb73b2
child 521 3127ddda2be2
equal deleted inserted replaced
515:fdef852a6565 516:8591746fa134
   196     /* basically loads some symbol tables to speed up look ups later on */
   196     /* basically loads some symbol tables to speed up look ups later on */
   197   absyntax_utils_init(tree_root);  
   197   absyntax_utils_init(tree_root);  
   198     /* moved to bison, although it could perfectly well still be here instead of in bison code. */
   198     /* moved to bison, although it could perfectly well still be here instead of in bison code. */
   199   //add_en_eno_param_decl_c::add_to(tree_root);
   199   //add_en_eno_param_decl_c::add_to(tree_root);
   200 
   200 
   201   /* Only very simple (not yet complete) data type checking currently implemented... */
   201   /* Do semantic verification of code (data type and lvalue checking currently implemented) */
   202   if (stage3(tree_root) < 0)
   202   if (stage3(tree_root) < 0)
   203     return EXIT_FAILURE;
   203     return EXIT_FAILURE;
   204   
   204   
   205 
   205 
   206   /* 3rd Pass */
   206   /* 3rd Pass */