Fixed README

This commit is contained in:
Claudio Maggioni 2018-12-05 20:52:58 +01:00
parent a30e37f410
commit b8676240a6
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ More documentation of this command is avaliable using the `-h` flag.
## Current features
- Brainf\*ck interpreter works for the instructions `[`, `]` `+`, `-`, `<`, `>`
, `.`, ',';
- Done simple editor GUI with *Run* button and output window.
- Editor supports basic syntax highlighting.
- Brainf\*ck interpreter works for all instructions;
- Done simple editor GUI with *Run* button and output window;
- Editor supports basic syntax highlighting;
- Batch input through `,` supported through GUI.
## Bugs