Thu, 25 Oct 2012 11:15:55 +0100 | Mario de Sousa | Code cleanup: get the datatype of each entity off symbol->datatype (set in stage3 datatype checking), instead of determining it again in stage4. (NOTE: handling of IL parenthesized expressions is not working! Will be fixed later.) | changeset | files |
Wed, 24 Oct 2012 15:32:48 +0100 | Mario de Sousa | Major code cleanup: IL code generation now uses symbol.datatype (filled in during stage3 data type checking) instead of determining the symbol's datatype by itself. | changeset | files |
Thu, 18 Oct 2012 10:57:13 +0100 | Mario de Sousa | Do not repeat narrow algorithm for ST code, and better comments. | changeset | files |
Tue, 16 Oct 2012 18:56:03 +0100 | Mario de Sousa | New visitor classes missing from previous commit. | changeset | files |