summaryrefslogtreecommitdiff
path: root/BCT/BytecodeTranslator/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BCT/BytecodeTranslator/Readme.txt')
-rw-r--r--BCT/BytecodeTranslator/Readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/BCT/BytecodeTranslator/Readme.txt b/BCT/BytecodeTranslator/Readme.txt
new file mode 100644
index 00000000..09c21ca6
--- /dev/null
+++ b/BCT/BytecodeTranslator/Readme.txt
@@ -0,0 +1,6 @@
+Current Issues:
+
+- Just moved the assignement translation from statementtraverser to expressiontraverser
+ since it is in fact an expression. need to test it
+
+- The ordering of out params in a method call might be wrong // should be correct by now \ No newline at end of file