-----------------------
- Bugfix: Using references as default values works now as expected. Issue6
- Bugfix: For loops should now resolve correctly if given as part of a dictionary. Issue2
- Bugfix: For loops will not reverse the order of the elements. Issue4
- Bugfix: Referencing lists in other lists will now extend the lists correctly. Issue5
Tests:
- Added: Added tests for above fixes
- Bugfix: Fixed problem with system test being cwd dependent.