diff --git a/README.md b/README.md index 911fd3f..20d7bde 100644 --- a/README.md +++ b/README.md @@ -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