Update README.md

This commit is contained in:
Juhani Krekelä 2018-05-24 11:20:33 +03:00
parent b2d5a05650
commit 151c8c9113
1 changed files with 6 additions and 1 deletions

View File

@ -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?