stage3/TODO
author mjsousa
Thu, 15 Aug 2013 11:24:54 +0100
changeset 831 691e1cc38d3a
parent 413 a9d377c4987a
permissions -rw-r--r--
Do lvalue check of function output parameters (since they may contain expressions inside array subscripts!)


 Things that we must still check for in stage 3:


1) Handling of CONSTANTs:

 1.a) "Any program organization unit attempts to modify the value of a variable that has been declared with the CONSTANT qualifier;"
 1.b) From table 16.a "The CONSTANT qualifier shall not be used in the declaration of function block instances as described in 2.5.2.1."