Änderungen

Summary

  1. fixed #522 nested tuple bug (commit: b4a0773) (details)
Commit b4a07735b0239cddb1c886a8282efc0071905a8e by peter.peq
fixed #522 nested tuple bug

nested tuples are now handled earlier in the translation, which avoids
problems in the intermediate language.
Now the intermediate language does no longer have to handle nested
tuples.
(commit: b4a0773)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTuple.java (diff)
The file was modifiedde.peeeq.wurstscript/src-test/tests/wurstscript/tests/TupleTests.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ExprTranslation.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java (diff)