Wed, 17 Dec 2014 13:46:36 +0000 | mjsousa | Small code re-organization of how const values are stored in symbol_c (can now be accessed through member functions, instead of macros) | changeset | files |
Sun, 14 Dec 2014 19:15:29 +0000 | mjsousa | Fix bugs introduced in previous commit (once again do constant folding of all literals in type declarations) | changeset | files |
Sun, 14 Dec 2014 18:40:20 +0000 | mjsousa | Do constant folding of variable's initial value (allows correct C code generation with variables in the subrange of an array declaration: ARRAY [1..max] of INT). | changeset | files |
Wed, 10 Dec 2014 12:06:45 +0000 | mjsousa | Delete un-used declaration. | changeset | files |
Wed, 10 Dec 2014 11:57:43 +0000 | mjsousa | merge | changeset | files |
Sat, 22 Nov 2014 19:30:47 +0000 | mjsousa | Allow variables to be used when declaring the dimension of an array. | changeset | files |