1 | | This task will cover the implementation of non-expanded arrays in the compiler. |
2 | | * the task will be managed by Per. |
3 | | * merging of the non-expanded array branch into trunk (Alexey & Per). |
4 | | * passing array equations without expansion through the compiler front-end and back-end (Kristian) |
| 1 | This task will cover the implementation of non-expanded arrays and for-loops in the compiler: |
| 2 | * do not expand arrays and for loops during flattening |
| 3 | * the arrays and for loops could be expanded between front-end and back-end if the back-end cannot handle them yet |
| 4 | |