diff -r fdef852a6565 -r 8591746fa134 main.cc --- a/main.cc Mon Apr 16 20:13:58 2012 +0100 +++ b/main.cc Tue Apr 17 09:58:06 2012 +0100 @@ -198,7 +198,7 @@ /* moved to bison, although it could perfectly well still be here instead of in bison code. */ //add_en_eno_param_decl_c::add_to(tree_root); - /* Only very simple (not yet complete) data type checking currently implemented... */ + /* Do semantic verification of code (data type and lvalue checking currently implemented) */ if (stage3(tree_root) < 0) return EXIT_FAILURE;