diff --git a/README.md b/README.md index 6c53f9e..0eb36cd 100644 --- a/README.md +++ b/README.md @@ -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?