diff --git a/compiler/jsgen.nim b/compiler/jsgen.nim index 1790daf7a0..80bcd2b0e9 100644 --- a/compiler/jsgen.nim +++ b/compiler/jsgen.nim @@ -8,7 +8,7 @@ # # This is the JavaScript code generator. -# Soon also a PHP code generator. ;-) +# Also a PHP code generator. ;-) discard """ The JS code generator contains only 2 tricks: diff --git a/todo.txt b/todo.txt index 86bffcc3df..106f2bb341 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ version 1.0 battle plan ======================= +- iters for js - fix "high priority" bugs - try to fix as many compiler crashes as reasonable