Fri, 17 Feb 2012 19:47:23 +0000 Mario de Sousa Delete some comments.
Thu, 16 Feb 2012 14:18:23 +0100 Conti Manuele Change name help function.
Thu, 16 Feb 2012 12:59:02 +0000 Mario de Sousa Update comments on general architecture.
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 17:04:29 +0000 Mario de Sousa Code cleanup.
Mon, 13 Feb 2012 16:29:55 +0000 Mario de Sousa Add printing of semantic errors when calling FB from IL.
Sun, 12 Feb 2012 20:43:49 +0100 Manuele Conti Fix typo error in some il visit in fill_candidate_datatypes_c class.
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.
Wed, 08 Feb 2012 18:33:01 +0000 Mario de Sousa Add TODO comment, and delete unused debugging code.
Wed, 08 Feb 2012 18:27:45 +0000 Mario de Sousa Delete un-used code.
Wed, 08 Feb 2012 18:16:13 +0000 Mario de Sousa Change negation expression (neg_expression_c) to only allow signed data types.
Tue, 07 Feb 2012 17:45:17 +0000 Mario de Sousa Move elementary_c::to_string() to datatype_functions.cc/hh
Tue, 07 Feb 2012 17:40:19 +0000 Mario de Sousa Add, to types symbol table, string datatypes with limited length (my_string_type: STRING[33]) (Thanks Andreas!)
Tue, 07 Feb 2012 12:17:00 +0000 Mario de Sousa Correctly return the initial value of a string datatype, with limited length (STRING[33] := 'hello')