stage3/narrow_candidate_datatypes.cc
Thu, 16 Feb 2012 10:27:52 +0000 Mario de Sousa Narrow IL code backwords, so as to correctly handle invocations to overloaded functions from IL code.
Mon, 13 Feb 2012 16:29:55 +0000 Mario de Sousa Add printing of semantic errors when calling FB from IL.
Mon, 13 Feb 2012 13:45:57 +0000 Mario de Sousa Add semantic verification of FB calls in IL (not yet complete - missing printing of errors!)
Fri, 10 Feb 2012 19:04:31 +0000 Mario de Sousa Add support for semantic verification of function calls in IL.
Mon, 06 Feb 2012 14:15:31 +0000 Mario de Sousa Remove debugging messages, and code cleanup.
Mon, 06 Feb 2012 14:10:22 +0000 Mario de Sousa Better error reporting in function invocations, and in invalid literal values.
Sun, 05 Feb 2012 19:09:12 +0000 Mario de Sousa Better identification of erros in function/FB invocations.
Fri, 03 Feb 2012 18:16:20 +0000 Mario de Sousa Print error messages when datatype erros found in ST function/FB calls.
Fri, 03 Feb 2012 14:43:14 +0000 Mario de Sousa Continue checking data type compatibility inside expressions used to pass paramters to invalid function/FB calls
Fri, 03 Feb 2012 10:54:35 +0000 Mario de Sousa Adding support for semantic verification of FB calls in ST.
Thu, 02 Feb 2012 16:20:19 +0000 Mario de Sousa Add support in stage 3 for checking function invocations in ST.
Wed, 01 Feb 2012 19:49:11 +0000 Mario de Sousa Re-write of stage3 code (done by Manuele and I), re-write of search_varfb_instance_type_c (done by myself), and several other bug fixes.