From 151c8c9113eecdfb16f9251c2203d4dadd7b4812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 24 May 2018 11:20:33 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb36cd..ad3986d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Everything in the repo is under Unlicense / CC0. Status ------ -Gir can parse and prettyprint to Javascript console programs in brainfuck. +Gir can parse, prettyprint, and run programs in brainfuck. Gir supports following optimizations: * Turn runs of +- or <> into one command @@ -31,5 +31,10 @@ TODO ### gir.html * Implement a UI +### Documentation +* Document the VM +* Document the user-facing API +* Document the overall architecture + ### General * Get this on NPM?