Add TODOs

This commit is contained in:
Juhani Krekelä 2018-05-24 00:19:47 +03:00
parent 02f2200c08
commit b2d5a05650
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Gir supports following optimizations:
TODO
----
### gir.js
* Implement `:;#`
* Optimization pass to turn multiply loops into commands that do `x += y * c`
* Make VM use a Proxied object that gives out 0 for nonexistent elements for
@ -26,3 +27,9 @@ TODO
* Implement UTF-8 I/O
* Allow cycle maximum to be passed to `run()`
* Keep a cache of compiled programs in `run()`
### gir.html
* Implement a UI
### General
* Get this on NPM?