From b2d5a056504fa47581eceb9e048cb7619b6d9d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 24 May 2018 00:19:47 +0300 Subject: [PATCH] Add TODOs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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?