Fixed README
This commit is contained in:
parent
a30e37f410
commit
b8676240a6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue