main.cc
changeset 516 8591746fa134
parent 374 01068ccb73b2
child 521 3127ddda2be2
--- 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;