Tue, 17 Apr 2012 09:58:06 +0100 Mario de Sousa Produce similar error messages in stage2 and stage3.
Mon, 16 Apr 2012 20:13:58 +0100 Mario de Sousa Fix bug when handling code with data type errors.
Mon, 16 Apr 2012 15:40:12 +0100 Mario de Sousa Fix printing of data type errors in while and repeat statements.
Mon, 16 Apr 2012 15:27:53 +0100 Mario de Sousa Add lvalue check for non formal function invocations.
Mon, 16 Apr 2012 15:17:24 +0100 Mario de Sousa Fixing check for assingment to FOR control variables.
Mon, 16 Apr 2012 15:10:31 +0100 Mario de Sousa Moving get_var_name_c into its own file.
Mon, 16 Apr 2012 14:41:07 +0100 Mario de Sousa Fixing check for assignment to output variables.
Sun, 15 Apr 2012 19:56:33 +0100 Mario de Sousa Fixing some bugs in lvalue checking (other bugs remain - to be fixed later)
Sat, 14 Apr 2012 20:02:36 +0200 Manuele Conti Add lvalue check class.
Sat, 14 Apr 2012 18:05:50 +0100 manuele conti Determine the modifiers (CONST, REATAIN) used when declaring a variable.
Sat, 14 Apr 2012 16:53:35 +0100 Mario de Sousa Fix typo in comparison expression.
Sat, 14 Apr 2012 16:44:53 +0100 Mario de Sousa Removing code from search_varfb_instance_type_c (use search_var_instance_decl_c instead).
Sat, 14 Apr 2012 15:19:17 +0100 Mario de Sousa Fix bug by expanding permissible data input of search_var_instance_decl_c
Fri, 13 Apr 2012 13:05:44 +0100 Mario de Sousa Edit formating and delete unused code.
Sat, 07 Apr 2012 16:14:17 +0100 Mario de Sousa Start data type checking of var declarations (including direct variables!)