diff --git a/compiler/res/version.txt b/compiler/res/version.txt index 2983cad04..e143d9765 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -8.2 +8.3-dev diff --git a/docs/source/todo.rst b/docs/source/todo.rst index b62fb86a1..74e9ab406 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -3,6 +3,16 @@ TODO For next release ^^^^^^^^^^^^^^^^ +- code gen for if statements has become bad + if not diskio.iteration_in_progress or not num_bytes + return 0 +- code gen for while loops has become bad (until loops probably as well) + (maybe solved when if statements code has been fixed) + while c64.CHRIN()!='\"' { + if c64.READST() + goto close_end + } + - chess.prg became A LOT larger, why!? (perhaps due to new while/until condition handling?) - imageviewer.prg became A LOT larger, why!? - petaxian.prg became A LOT larger, why!?