From d5ff090be62a7e47ee6445de79f0d3b03b70baca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 25 May 2018 18:26:19 +0300 Subject: [PATCH] Update TODOs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b443f9..52c5688 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ TODO ### gir.js * Implement `:;#` * Make VM and transformMultiplyLoops use a Proxied object that gives out 0 - for nonexistent elements for tape + for nonexistent elements for tape and allows using [] interface * Keep a cache of compiled programs in `run()` * Support for other types of EOF?